| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index bbd9fac0e23a356ddc44cf2a9221a63855ce2242..19a59ee0aaa5cb47a787c6b3c5899b97e2ae78e2 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -516,7 +516,7 @@ void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents)
|
| if (Page* page = m_element->document().page()) {
|
| if (ScrollingCoordinator* scrollingCoordinator = page->scrollingCoordinator()) {
|
| if (parent() && parent()->isFrameView())
|
| - scrollingCoordinator->notifyLayoutUpdated();
|
| + scrollingCoordinator->frameViewLayoutUpdated(toFrameView(parent()));
|
| }
|
| }
|
| }
|
|
|