Skip to content

Commit

Permalink
Add OVERRIDE to skia/.
Browse files Browse the repository at this point in the history
BUG=104314
TEST=no change

Review URL: http://codereview.chromium.org/8539046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110318 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
avi@chromium.org committed Nov 16, 2011
1 parent d85a45c commit 4973950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skia/ext/bitmap_platform_device_mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BitmapPlatformDevice : public PlatformDevice, public SkDevice {
virtual ~BitmapPlatformDevice();

// PlatformDevice overrides
virtual CGContextRef GetBitmapContext();
virtual CGContextRef GetBitmapContext() OVERRIDE;
virtual void DrawToNativeContext(CGContextRef context, int x, int y,
const CGRect* src_rect) OVERRIDE;

Expand Down

0 comments on commit 4973950

Please sign in to comment.