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

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.h

Issue 2814643003: Remove FrameViewBase as base class of PluginView. (Closed)
Patch Set: Remove FrameViewBase Paint, Show, Hide. Created 3 years, 8 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: third_party/WebKit/Source/platform/scroll/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index d74393e2c0f747638ec2aa38e254459b3a2efc8f..df0e94d71d4d615cb789d90e7b0d59ab8f17d951 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -129,7 +129,7 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase,
void SetProportion(int visible_size, int total_size);
void SetPressedPos(int p) { pressed_pos_ = p; }
- void Paint(GraphicsContext&, const CullRect&) const final;
+ void Paint(GraphicsContext&, const CullRect&) const;
bool IsOverlayScrollbar() const override;
bool ShouldParticipateInHitTesting();

Powered by Google App Engine
This is Rietveld 408576698