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

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

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface to LayoutTests. 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 57d5cc942721543360eadc4329e43741bc0efe7f..0b71a481235ee76fa7411918d28d5834e1382666 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -155,7 +155,6 @@
'html/HTMLBaseElement.idl',
'html/HTMLBodyElement.idl',
'html/HTMLButtonElement.idl',
- 'html/HTMLCanvasElement.idl',
'html/HTMLCollection.idl',
'html/HTMLContentElement.idl',
'html/HTMLDListElement.idl',
@@ -393,6 +392,7 @@
'frame/Navigator.idl',
'frame/Screen.idl',
'frame/Window.idl',
+ 'html/HTMLCanvasElement.idl',
'html/HTMLInputElement.idl',
'html/HTMLMediaElement.idl',
'html/HTMLVideoElement.idl',
@@ -2907,6 +2907,7 @@
'html/WindowNameCollection.h',
'html/canvas/CanvasAsyncBlobCreator.cpp',
'html/canvas/CanvasAsyncBlobCreator.h',
+ 'html/canvas/CanvasDrawListener.h',
'html/canvas/CanvasFontCache.cpp',
'html/canvas/CanvasFontCache.h',
'html/canvas/CanvasImageSource.h',

Powered by Google App Engine
This is Rietveld 408576698