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

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: perkj@ comments. 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 9b5df835a5f65120c8ae1e4255c75dea40fe3808..aca0fc23144a9c97c3dc1ba2063d1c939e8d214d 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -152,7 +152,6 @@
'html/HTMLBaseElement.idl',
'html/HTMLBodyElement.idl',
'html/HTMLButtonElement.idl',
- 'html/HTMLCanvasElement.idl',
'html/HTMLCollection.idl',
'html/HTMLContentElement.idl',
'html/HTMLDListElement.idl',
@@ -390,6 +389,7 @@
'frame/Navigator.idl',
'frame/Screen.idl',
'frame/Window.idl',
+ 'html/HTMLCanvasElement.idl',
'html/HTMLInputElement.idl',
'html/HTMLMediaElement.idl',
'html/HTMLVideoElement.idl',
@@ -2901,6 +2901,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