| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index e74496a28d6d739012060c40aabbb06479af9502..3c02f464963d1bf34e9c1088c69d060c373f7d91 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -221,9 +221,9 @@ void WebPluginContainerImpl::frameRectsChanged()
|
| reportGeometry();
|
| }
|
|
|
| -void WebPluginContainerImpl::widgetPositionsUpdated()
|
| +void WebPluginContainerImpl::widgetGeometriesUpdated()
|
| {
|
| - Widget::widgetPositionsUpdated();
|
| + Widget::widgetGeometriesUpdated();
|
| reportGeometry();
|
| }
|
|
|
|
|