| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index 7c27f3c33212ffd9a1b9acd15c9b30f84aacf74e..e2ee422079697827f747fe6819875349d5a5a8cc 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -238,7 +238,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| return scrollbar_manager_.VerticalScrollbar();
|
| }
|
|
|
| - HostWindow* GetHostWindow() const override;
|
| + PlatformChromeClient* GetChromeClient() const override;
|
|
|
| // For composited scrolling, we allocate an extra GraphicsLayer to hold
|
| // onto the scrolling content. The layer can be shifted on the GPU and
|
|
|