Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
index c6c9a0cb9f3cd94c8c7cc6782d0fd6addef38c2e..8a3834508490099d27d85458a4d021a0ba34c05c 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
@@ -175,7 +175,7 @@ DEFINE_TRACE(PaintLayerScrollableArea) |
ScrollableArea::trace(visitor); |
} |
-HostWindow* PaintLayerScrollableArea::hostWindow() const |
+HostWindow* PaintLayerScrollableArea::getHostWindow() const |
{ |
if (Page* page = box().frame()->page()) |
return &page->chromeClient(); |
@@ -1453,7 +1453,7 @@ bool PaintLayerScrollableArea::visualViewportSuppliesScrollbars() const |
return frame->settings()->viewportMetaEnabled(); |
} |
-Widget* PaintLayerScrollableArea::widget() |
+Widget* PaintLayerScrollableArea::getWidget() |
{ |
return box().frame()->view(); |
} |