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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
index 594eab01eab183376164baca798654ea40686dc1..b8df6078471611a05a02ebc9d94f6eddcfb9b9c0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
@@ -99,7 +99,7 @@ LayoutBox* LayoutScrollbar::StyleSource() const {
: 0;
}
-void LayoutScrollbar::SetParent(FrameViewBase* parent) {
+void LayoutScrollbar::SetParent(ScrollbarParent* parent) {
Scrollbar::SetParent(parent);
if (!parent) {
// Destroy all of the scrollbar's LayoutBoxes.

Powered by Google App Engine
This is Rietveld 408576698