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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbar.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: Keep FrameViewBase.h file until dependent CL is landed. 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/core/layout/LayoutScrollbar.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
index ca62b5897791624c085eaebfea150542bd85c3a4..d09099941c9f77eb9896c7a921d372b9b83b8c6c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
@@ -77,7 +77,7 @@ class LayoutScrollbar final : public Scrollbar {
private:
friend class Scrollbar;
- void SetParent(FrameViewBase*) override;
+ void SetParent(ScrollbarParent*) override;
void SetEnabled(bool) override;
void SetHoveredPart(ScrollbarPart) override;

Powered by Google App Engine
This is Rietveld 408576698