| Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| index a8894f2814b9a9ee35f199b214fe877b48fddbf2..634f2773ab61cb94735e17e1288e755482097607 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| @@ -337,7 +337,7 @@ void LayoutPart::updateWidgetGeometry() {
|
| if (frameView && frameView->needsLayout() && frameView->frame().page())
|
| frameView->layout();
|
|
|
| - frameViewBase->widgetGeometryMayHaveChanged();
|
| + frameViewBase->geometryMayHaveChanged();
|
| }
|
|
|
| void LayoutPart::updateWidgetGeometryInternal() {
|
|
|