Index: media/video/capture/fake_video_capture_device.h |
=================================================================== |
--- media/video/capture/fake_video_capture_device.h (revision 129014) |
+++ media/video/capture/fake_video_capture_device.h (working copy) |
@@ -50,6 +50,7 @@ |
VideoCaptureDevice::EventHandler* observer_; |
InternalState state_; |
base::Thread capture_thread_; |
+ int frame_size_; |
scoped_array<uint8> fake_frame_; |
DISALLOW_IMPLICIT_CONSTRUCTORS(FakeVideoCaptureDevice); |