| Index: remoting/host/capturer_fake_ascii.h
|
| diff --git a/remoting/host/capturer_fake_ascii.h b/remoting/host/capturer_fake_ascii.h
|
| index 07261e3033e9dd2627dfb64d1607f208cc95c65d..5559197e190fa64173c6161a49674e5696839cfe 100644
|
| --- a/remoting/host/capturer_fake_ascii.h
|
| +++ b/remoting/host/capturer_fake_ascii.h
|
| @@ -30,7 +30,7 @@ class CapturerFakeAscii : public Capturer {
|
| virtual void InvalidateFullScreen() OVERRIDE;
|
| virtual void CaptureInvalidRegion(
|
| const CaptureCompletedCallback& callback) OVERRIDE;
|
| - virtual const SkISize& size_most_recent() const;
|
| + virtual const SkISize& size_most_recent() const OVERRIDE;
|
|
|
| private:
|
| // Generates an image in the front buffer.
|
|
|