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. |