| Index: remoting/capturer/video_frame_capturer_fake.cc
|
| diff --git a/remoting/capturer/video_frame_capturer_fake.cc b/remoting/capturer/video_frame_capturer_fake.cc
|
| index 7c25432f13c2c0302fc11019381afe5e8370ac53..8cdff43cc721b5ec7602c46d050657991fb845b2 100644
|
| --- a/remoting/capturer/video_frame_capturer_fake.cc
|
| +++ b/remoting/capturer/video_frame_capturer_fake.cc
|
| @@ -70,10 +70,6 @@ void VideoFrameCapturerFake::CaptureFrame() {
|
| delegate_->OnCaptureCompleted(capture_data);
|
| }
|
|
|
| -const SkISize& VideoFrameCapturerFake::size_most_recent() const {
|
| - return helper_.size_most_recent();
|
| -}
|
| -
|
| void VideoFrameCapturerFake::GenerateImage() {
|
| memset(buffers_[current_buffer_].get(), 0xff,
|
| size_.width() * size_.height() * CaptureData::kBytesPerPixel);
|
|
|