blob: ecdd7ed485c4d8058cee44fc52e2299dcd0b65fa [file] [log] [blame]
kylecharc142d1d2016-12-05 22:23:081// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5module cc.mojom;
6
7import "cc/ipc/surface_id.mojom";
8
9struct SurfaceReference {
10 SurfaceId parent_id;
11 SurfaceId child_id;
12};