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

Unified Diff: content/renderer/webscrollbarbehavior_impl_gtkoraura.h

Issue 1504913002: Revert of Enforce marking "override" for functions overriding Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « content/renderer/wake_lock/wake_lock_dispatcher.h ('k') | media/blink/multibuffer_data_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webscrollbarbehavior_impl_gtkoraura.h
diff --git a/content/renderer/webscrollbarbehavior_impl_gtkoraura.h b/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
index 3b0eb61905b3052410b37a17f849971758b5a445..30ccb239f37af450caf5e9c11c10e6893fdeb79a 100644
--- a/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
+++ b/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
@@ -11,12 +11,13 @@
class WebScrollbarBehaviorImpl : public blink::WebScrollbarBehavior {
public:
- bool shouldCenterOnThumb(blink::WebScrollbarBehavior::Button mouseButton,
- bool shiftKeyPressed,
- bool altKeyPressed) override;
- bool shouldSnapBackToDragOrigin(const blink::WebPoint& eventPoint,
- const blink::WebRect& scrollbarRect,
- bool isHorizontal) override;
+ virtual bool shouldCenterOnThumb(
+ blink::WebScrollbarBehavior::Button mouseButton,
+ bool shiftKeyPressed,
+ bool altKeyPressed);
+ virtual bool shouldSnapBackToDragOrigin(const blink::WebPoint& eventPoint,
+ const blink::WebRect& scrollbarRect,
+ bool isHorizontal);
};
} // namespace content
« no previous file with comments | « content/renderer/wake_lock/wake_lock_dispatcher.h ('k') | media/blink/multibuffer_data_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698