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

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

Issue 2574593003: Fix Windows build warning LNK4217 for blink_platform.dll. (Closed)
Patch Set: Rebase and change new code file's license 2016-->2017 Created 3 years, 11 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 75c35459fc79b8f882a5169651e7150c5050cf70..a97b6f491dbf875484ae3f0095bd5f81a29fea6e 100644
--- a/third_party/WebKit/Source/platform/mojo/Geometry.typemap
+++ b/third_party/WebKit/Source/platform/mojo/Geometry.typemap
@@ -10,6 +10,7 @@ traits_headers =
# Note: consumers of this typemap must themselves depend on platform.
deps = [
"//mojo/public/cpp/bindings",
+ "//third_party/WebKit/Source/platform/mojo:geometry_struct_traits",
]
# TODO(zqzhang): ideally, gfx.mojom.Size should be mapped into ::blink::IntSize.
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/BUILD.gn ('k') | third_party/WebKit/Source/platform/mojo/GeometryStructTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698