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

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: add width&height Created 5 years 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 581b60a838c35946bef232c296fab8fe06b5798f..b694952e9b3ad28d856ca5e57001540a70c4a3c4 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',
@@ -2905,6 +2906,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