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

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

Issue 2814643003: Remove FrameViewBase as base class of PluginView. (Closed)
Patch Set: Address final comments 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..0d492ef1e273b5f1693645b6231a520b93110e29 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -36,6 +36,7 @@
namespace blink {
+class CullRect;
class GraphicsContext;
class HostWindow;
class IntRect;
@@ -129,7 +130,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();
« no previous file with comments | « third_party/WebKit/Source/platform/FrameViewBase.h ('k') | third_party/WebKit/Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698