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

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

Issue 1598923002: Add ImageBitmapRenderingContext (experimental) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another missing adoptRef Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5bee7d30a9bae0c5e95795f4390a1eaa6c728b7..a592bf9e27ba1ed68e21a45984d48356285b0170 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -92,6 +92,7 @@
'geolocation/PositionCallback.idl',
'geolocation/PositionError.idl',
'geolocation/PositionErrorCallback.idl',
+ 'imagebitmap/ImageBitmapRenderingContext.idl',
'indexeddb/IDBCursor.idl',
'indexeddb/IDBCursorWithValue.idl',
'indexeddb/IDBDatabase.idl',
@@ -1083,6 +1084,8 @@
'geolocation/GeolocationWatchers.h',
'geolocation/NavigatorGeolocation.cpp',
'geolocation/NavigatorGeolocation.h',
+ 'imagebitmap/ImageBitmapRenderingContext.cpp',
+ 'imagebitmap/ImageBitmapRenderingContext.h',
'indexeddb/DOMWindowIndexedDatabase.cpp',
'indexeddb/DOMWindowIndexedDatabase.h',
'indexeddb/IDBAny.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/imagebitmap/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698