| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| index 236f764fcf590df77164312f31dbf02805c6c1a1..ee56bd1fe8fe55e8983f89a21f5b4af5215b71d5 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -427,8 +427,8 @@ bool RootFrameViewport::ScrollAnimatorEnabled() const {
|
| return LayoutViewport().ScrollAnimatorEnabled();
|
| }
|
|
|
| -HostWindow* RootFrameViewport::GetHostWindow() const {
|
| - return LayoutViewport().GetHostWindow();
|
| +PlatformChromeClient* RootFrameViewport::GetChromeClient() const {
|
| + return LayoutViewport().GetChromeClient();
|
| }
|
|
|
| void RootFrameViewport::ServiceScrollAnimations(double monotonic_time) {
|
|
|