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

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

Issue 1488763002: Start an empty interface OffScreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 5 years, 1 month 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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index c030fad02f221474298b2da00363cc925ef4e593..d44a4e03a46cb5862ac973ace471d9a30739eb22 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -228,6 +228,7 @@
'html/TimeRanges.idl',
'html/ValidityState.idl',
'html/VoidCallback.idl',
+ 'html/canvas/OffScreenCanvas.idl',
'html/track/AudioTrack.idl',
'html/track/AudioTrackList.idl',
'html/track/TextTrack.idl',
@@ -425,6 +426,9 @@
'frame/WindowBase64.idl',
'frame/WindowEventHandlers.idl',
'frame/WindowTimers.idl',
+ 'html/canvas/ImageBitmapOffScreenCanvas.idl',
+ 'html/canvas/HTMLCanvasElementOffScreenCanvas.idl',
+ 'html/canvas/ImageBitmapRenderingContext.idl',
'imagebitmap/ImageBitmapFactories.idl',
'svg/SVGDocument.idl',
'svg/SVGFilterPrimitiveStandardAttributes.idl',
@@ -1644,6 +1648,12 @@
'frame/csp/ContentSecurityPolicy.cpp',
'frame/csp/MediaListDirective.cpp',
'frame/csp/SourceListDirective.cpp',
+ 'html/canvas/ImageBitmapOffScreenCanvas.cpp',
+ 'html/canvas/ImageBitmapOffScreenCanvas.h',
+ 'html/canvas/HTMLCanvasElementOffScreenCanvas.cpp',
+ 'html/canvas/HTMLCanvasElementOffScreenCanvas.h',
+ 'html/canvas/ImageBitmapRenderingContext.cpp',
+ 'html/canvas/ImageBitmapRenderingContext.h',
'imagebitmap/ImageBitmapFactories.cpp',
'imagebitmap/ImageBitmapFactories.h',
'imagebitmap/ImageBitmapSource.cpp',
@@ -2908,6 +2918,8 @@
'html/canvas/CanvasRenderingContext.cpp',
'html/canvas/CanvasRenderingContext.h',
'html/canvas/CanvasRenderingContextFactory.h',
+ 'html/canvas/OffScreenCanvas.cpp',
+ 'html/canvas/OffScreenCanvas.h',
'html/forms/BaseButtonInputType.cpp',
'html/forms/BaseButtonInputType.h',
'html/forms/BaseCheckableInputType.cpp',

Powered by Google App Engine
This is Rietveld 408576698