| Index: third_party/WebKit/Source/platform/mojo/Geometry.typemap
|
| diff --git a/third_party/WebKit/Source/platform/mojo/Geometry.typemap b/third_party/WebKit/Source/platform/mojo/Geometry.typemap
|
| index a97b6f491dbf875484ae3f0095bd5f81a29fea6e..3e1e17d4f7ade10aff445d496ec483823b8f65e4 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/Geometry.typemap
|
| +++ b/third_party/WebKit/Source/platform/mojo/Geometry.typemap
|
| @@ -4,8 +4,10 @@
|
|
|
| mojom = "//ui/gfx/geometry/mojo/geometry.mojom"
|
| public_headers = [ "//third_party/WebKit/public/platform/WebSize.h" ]
|
| -traits_headers =
|
| - [ "//third_party/WebKit/Source/platform/mojo/GeometryStructTraits.h" ]
|
| +traits_headers = [
|
| + "//third_party/WebKit/Source/platform/mojo/GeometryStructTraits.h",
|
| + "//ui/gfx/geometry/mojo/geometry_struct_traits.h",
|
| +]
|
|
|
| # Note: consumers of this typemap must themselves depend on platform.
|
| deps = [
|
|
|