Index: content/browser/media/capture/screen_capture_device_android_unittest.cc |
diff --git a/content/browser/media/capture/screen_capture_device_android_unittest.cc b/content/browser/media/capture/screen_capture_device_android_unittest.cc |
index dffe27a5e875f0b890819c9e692292d7fbf54dcf..a5ca29961877837c045e02829fa547a69ca79aa5 100644 |
--- a/content/browser/media/capture/screen_capture_device_android_unittest.cc |
+++ b/content/browser/media/capture/screen_capture_device_android_unittest.cc |
@@ -33,6 +33,7 @@ class MockDeviceClient : public media::VideoCaptureDevice::Client { |
void(const tracked_objects::Location& from_here, |
const std::string& reason)); |
MOCK_CONST_METHOD0(GetBufferPoolUtilization, double(void)); |
+ MOCK_METHOD0(OnStarted, void(void)); |
miu
2017/02/09 22:21:49
ditto: EXPECT_CALL
braveyao
2017/02/14 01:05:49
Done.
|
// Trampoline methods to workaround GMOCK problems with std::unique_ptr<>. |
Buffer ReserveOutputBuffer(const gfx::Size& dimensions, |