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

Unified Diff: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test Created 4 years, 6 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/blink_typemaps.gni
diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
index 0d07bc8fea385f5bfebf8b29c5ddc08d658df8f3..05d1c8686fb71abaa4ce544654bc50e9fd3a294d 100644
--- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
+++ b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
@@ -5,4 +5,6 @@
typemaps = [
"//third_party/WebKit/Source/platform/mojo/KURL.typemap",
"//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
+ "//third_party/WebKit/Source/platform/mojo/SurfaceId.typemap",
+ "//third_party/WebKit/Source/platform/mojo/SurfaceSequence.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698