Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1452)

Unified Diff: third_party/WebKit/Source/platform/mojo/Geometry.typemap

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698