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 4b35c2f6bf7b12aafe3fd1bce33fd1b694db7379..4153c3738f397738e481ee8eb072d2bbcc8c23c6 100644 |
--- a/third_party/WebKit/Source/platform/mojo/Geometry.typemap |
+++ b/third_party/WebKit/Source/platform/mojo/Geometry.typemap |
@@ -6,6 +6,7 @@ mojom = "//ui/gfx/geometry/mojo/geometry.mojom" |
public_headers = [ |
"//third_party/WebKit/public/platform/WebFloatRect.h", |
"//third_party/WebKit/public/platform/WebFloatPoint.h", |
+ "//third_party/WebKit/public/platform/WebRect.h", |
"//third_party/WebKit/public/platform/WebSize.h", |
] |
traits_headers = [ |
@@ -24,5 +25,6 @@ deps = [ |
type_mappings = [ |
"gfx.mojom.PointF=::blink::WebFloatPoint", |
"gfx.mojom.RectF=::blink::WebFloatRect", |
+ "gfx.mojom.Rect=::blink::WebRect", |
"gfx.mojom.Size=::blink::WebSize", |
] |