diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 00:06:02 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 00:06:02 +0000 |
commit | 6a6fe806ed0d0b7bf8104815398c3b1f3d766410 (patch) | |
tree | 27aab3442983de794d952800f3005d70877a715c /remoting/host/capturer_fake_ascii.h | |
parent | 0f9c4556b26ffb55cea457dfeeec9be2924612d1 (diff) | |
download | chromium_src-6a6fe806ed0d0b7bf8104815398c3b1f3d766410.zip chromium_src-6a6fe806ed0d0b7bf8104815398c3b1f3d766410.tar.gz chromium_src-6a6fe806ed0d0b7bf8104815398c3b1f3d766410.tar.bz2 |
Add OVERRIDE to remoting/.
BUG=104314
TEST=no change
Review URL: http://codereview.chromium.org/8601011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/capturer_fake_ascii.h')
-rw-r--r-- | remoting/host/capturer_fake_ascii.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake_ascii.h b/remoting/host/capturer_fake_ascii.h index 07261e3..5559197 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. |