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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1761003003: Use a union typdef for the return type of canvas.getContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final touches Created 4 years, 9 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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index b06446c5ad1310b7682e3b62be20697a63654cfe..2f3b53838bfd4902b416e2c2583d04e48e42069f 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -336,6 +336,7 @@
'bluetooth/NavigatorBluetooth.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
+ 'canvas/HTMLCanvasElementModule.idl',
'canvas2d/CanvasPathMethods.idl',
'canvas2d/MouseEventHitRegion.idl',
'canvas2d/TouchHitRegion.idl',
@@ -854,6 +855,8 @@
'cachestorage/GlobalCacheStorage.h',
'cachestorage/InspectorCacheStorageAgent.cpp',
'cachestorage/InspectorCacheStorageAgent.h',
+ 'canvas/HTMLCanvasElementModule.cpp',
+ 'canvas/HTMLCanvasElementModule.h',
'canvas2d/BaseRenderingContext2D.cpp',
'canvas2d/BaseRenderingContext2D.h',
'canvas2d/CanvasGradient.cpp',

Powered by Google App Engine
This is Rietveld 408576698