Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: Source/platform/graphics/UnacceleratedImageBufferSurface.h

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/UnacceleratedImageBufferSurface.h
diff --git a/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
index ce5ade599e2c8eb64490e3476a63f16923b585ed..f10687680b8c05d68ff49d1694648d2d012d98a7 100644
--- a/Source/platform/graphics/UnacceleratedImageBufferSurface.h
+++ b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
@@ -44,10 +44,10 @@ public:
UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque);
virtual ~UnacceleratedImageBufferSurface();
- virtual SkCanvas* canvas() const OVERRIDE;
- virtual bool isValid() const OVERRIDE;
+ virtual SkCanvas* canvas() const override;
+ virtual bool isValid() const override;
- virtual PassRefPtr<SkImage> newImageSnapshot() const OVERRIDE;
+ virtual PassRefPtr<SkImage> newImageSnapshot() const override;
private:
RefPtr<SkSurface> m_surface;
};
« no previous file with comments | « Source/platform/graphics/StaticBitmapPattern.h ('k') | Source/platform/graphics/filters/DistantLightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698