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

Unified Diff: third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp

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/platform/exported/WebCanvasCaptureHandler.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp b/third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
similarity index 71%
copy from third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp
copy to third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
index 30d2c8e6cae16c2abeaa2de117dd3981dec1fee0..936b4777179fede43fb3c2cdf6c4cf9c8a08bc4c 100644
--- a/third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "config.h"
-#include "public/platform/WebMediaRecorderHandler.h"
+#include "public/platform/WebCanvasCaptureHandler.h"
-// This file just includes config.h and WebMediaPlayerClient.h, to make sure
+// This file just includes config.h and WebCanvasCaptureHandler.h, to make sure
// MSVC compiler does not fail linking with LNK2019 due to unresolved
// constructor/destructor and should be in Source/platform/exported.
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gypi ('k') | third_party/WebKit/Source/platform/exported/WebSkImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698