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

Unified Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1467103003: Basic use implementation for MediaStream from Canvas: captureStream() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits and updated 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/public/blink_headers.gypi
diff --git a/third_party/WebKit/public/blink_headers.gypi b/third_party/WebKit/public/blink_headers.gypi
index fb89da17db140b831bfaac6db88d89d9d6671901..3c3b8acf725f03139c0fb2f5f6f79757ebbbc81a 100644
--- a/third_party/WebKit/public/blink_headers.gypi
+++ b/third_party/WebKit/public/blink_headers.gypi
@@ -22,6 +22,7 @@
"platform/WebCString.h",
"platform/WebCallbacks.h",
"platform/WebCanvas.h",
+ "platform/WebCanvasCaptureHandler.h",
"platform/WebCircularGeofencingRegion.h",
"platform/WebClipboard.h",
"platform/WebColor.h",
@@ -196,6 +197,7 @@
"platform/WebSelectionBound.h",
"platform/WebSetSinkIdCallbacks.h",
"platform/WebSize.h",
+ "platform/WebSkImage.h",
"platform/WebSocketHandle.h",
"platform/WebSocketHandleClient.h",
"platform/WebSocketHandshakeRequestInfo.h",

Powered by Google App Engine
This is Rietveld 408576698