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

Unified Diff: media/video/capture/video_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
« no previous file with comments | « media/video/capture/video_capture_device.h ('k') | ui/surface/accelerated_surface_transformer_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/video_capture_device_unittest.cc
diff --git a/media/video/capture/video_capture_device_unittest.cc b/media/video/capture/video_capture_device_unittest.cc
index 4c8b046c44827bbbd335da0649ed1747c8a8d395..18a046fa6bb4d4af3c3447fc176eb75287f5115c 100644
--- a/media/video/capture/video_capture_device_unittest.cc
+++ b/media/video/capture/video_capture_device_unittest.cc
@@ -62,6 +62,11 @@ class MockFrameObserver : public media::VideoCaptureDevice::EventHandler {
wait_event_->Signal();
}
+ virtual void OnIncomingCapturedVideoFrame(media::VideoFrame* frame,
+ base::Time timestamp) OVERRIDE {
+ wait_event_->Signal();
+ }
+
private:
base::WaitableEvent* wait_event_;
};
« no previous file with comments | « media/video/capture/video_capture_device.h ('k') | ui/surface/accelerated_surface_transformer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698