| 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 be6748ffe1c530395f86acf34be65655c34201f1..f0526cb2c8d2f9c16d41a733b84ab06135e25cca 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(Widget*) override;
|
| + void setParent(FrameViewBase*) override;
|
| void setEnabled(bool) override;
|
|
|
| void setHoveredPart(ScrollbarPart) override;
|
|
|