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

Unified Diff: Source/platform/scroll/ScrollbarThemeAura.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
« no previous file with comments | « Source/platform/scroll/Scrollbar.h ('k') | Source/platform/scroll/ScrollbarThemeMacCommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeAura.h
diff --git a/Source/platform/scroll/ScrollbarThemeAura.h b/Source/platform/scroll/ScrollbarThemeAura.h
index 76a1217ddb5f8a70635787ce56b8ebe1de81338d..aa8b4140be9f32e0b1ebec0ac94adaa2c2b84c17 100644
--- a/Source/platform/scroll/ScrollbarThemeAura.h
+++ b/Source/platform/scroll/ScrollbarThemeAura.h
@@ -37,14 +37,14 @@ namespace blink {
class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarThemeNonMacCommon {
public:
- virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
+ virtual int scrollbarThickness(ScrollbarControlSize) override;
protected:
- virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
- virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
- virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
- virtual IntSize buttonSize(ScrollbarThemeClient*) OVERRIDE;
- virtual int minimumThumbLength(ScrollbarThemeClient*) OVERRIDE;
+ virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) override;
+ virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) override;
+ virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) override;
+ virtual IntSize buttonSize(ScrollbarThemeClient*) override;
+ virtual int minimumThumbLength(ScrollbarThemeClient*) override;
};
} // namespace blink
« no previous file with comments | « Source/platform/scroll/Scrollbar.h ('k') | Source/platform/scroll/ScrollbarThemeMacCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698