Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index ac56048cd4e188a69d8200b126a4f1f906967a31..6d70a24bfc859b8719500b1b11f06d8f9f2df0db 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -166,7 +166,7 @@ public: |
IntPoint rootFrameToViewport(const IntPoint&) const; |
// ScrollableArea implementation |
- HostWindow* hostWindow() const override; |
+ HostWindow* getHostWindow() const override; |
DoubleRect visibleContentRectDouble(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
bool shouldUseIntegerScrollOffset() const override; |
@@ -193,7 +193,7 @@ public: |
GraphicsLayer* layerForScrolling() const override; |
GraphicsLayer* layerForHorizontalScrollbar() const override; |
GraphicsLayer* layerForVerticalScrollbar() const override; |
- Widget* widget() override; |
+ Widget* getWidget() override; |
// Used for gathering data on user pinch-zoom statistics. |
void userDidChangeScale(); |