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

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: Rebase 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/public/blink_headers.gypi
diff --git a/third_party/WebKit/public/blink_headers.gypi b/third_party/WebKit/public/blink_headers.gypi
index c6a83ca709e52eb1ce4ec4cbd8818d6fc1a2d672..73b40955e20da663bc07a70159a6d31fcdb58059 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",
@@ -195,6 +196,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