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

Unified Diff: media/video/capture/screen/screen_capture_device_unittest.cc

Issue 12090109: Tab Capture: Backing store readbacks to YV12 VideoFrames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fix per wjia Created 7 years, 10 months 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: media/video/capture/screen/screen_capture_device_unittest.cc
diff --git a/media/video/capture/screen/screen_capture_device_unittest.cc b/media/video/capture/screen/screen_capture_device_unittest.cc
index f14789f4d1d3d2bd9d6e0e4332a8b1f3e7549c35..e2cfb787b097438b63e7acc55bb0dc26619c7b89 100644
--- a/media/video/capture/screen/screen_capture_device_unittest.cc
+++ b/media/video/capture/screen/screen_capture_device_unittest.cc
@@ -37,6 +37,8 @@ class MockFrameObserver : public VideoCaptureDevice::EventHandler {
MOCK_METHOD1(OnFrameInfo, void(const VideoCaptureCapability& info));
MOCK_METHOD3(OnIncomingCapturedFrame, void(const uint8* data, int length,
base::Time timestamp));
+ MOCK_METHOD2(OnIncomingCapturedVideoFrame, void(media::VideoFrame* frame,
+ base::Time timestamp));
};
// TODO(sergeyu): Move this to a separate file where it can be reused.
« no previous file with comments | « media/video/capture/mac/video_capture_device_qtkit_mac.mm ('k') | media/video/capture/video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698