Chromium Code Reviews| Index: cc/ipc/surface_id.typemap | 
| diff --git a/cc/ipc/surface_id.typemap b/cc/ipc/surface_id.typemap | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..b9cf6fcd97c2ea77cf20da791abe644781ca655f | 
| --- /dev/null | 
| +++ b/cc/ipc/surface_id.typemap | 
| @@ -0,0 +1,9 @@ | 
| +# Copyright 2016 The Chromium Authors. All rights reserved. | 
| +# Use of this source code is governed by a BSD-style license that can be | 
| +# found in the LICENSE file. | 
| + | 
| +mojom = "//cc/ipc/surface_id.mojom" | 
| +public_headers = [ "//cc/surfaces/surface_id.h" ] | 
| +traits_headers = [ "//cc/ipc/cc_struct_traits.h" ] | 
| 
 
danakj
2016/05/26 23:58:02
why the double cc?
is this header going to be for
 
Fady Samuel
2016/05/27 00:53:21
Done.
 
 | 
| +deps = [ "//cc/surfaces", ] | 
| +type_mappings = [ "cc.mojom.SurfaceId=cc::SurfaceId" ] |