| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 613d917057184128fe9e63dad36a09aa6c08b420..d054ea6676a7ed7b07d3d7f6af28f86cc929dff4 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -467,7 +467,7 @@ class CORE_EXPORT FrameView final
|
|
|
| // The window that hosts the FrameView. The FrameView will communicate scrolls
|
| // and repaints to the host window in the window's coordinate space.
|
| - HostWindow* GetHostWindow() const;
|
| + PlatformChromeClient* GetChromeClient() const;
|
|
|
| typedef HeapHashSet<Member<FrameViewBase>> ChildrenSet;
|
| typedef HeapHashSet<Member<PluginView>> PluginsSet;
|
|
|