| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index ba26f84ba269822c8cef5a0e9ac00ae611ef7818..f2680cf80227c69732ca2a6e848526da820c2623 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -196,7 +196,7 @@ private:
|
| bool shouldScrollTopControls(const FloatSize& delta) const;
|
|
|
| // Internal Frame helper overrides:
|
| - WindowProxyManager* windowProxyManager() const override;
|
| + WindowProxyManager* getWindowProxyManager() const override;
|
|
|
| String localLayerTreeAsText(unsigned flags) const;
|
|
|
|
|