| 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 08a0799da30733a8419d489946114b62866e9fd5..0eeec221338e93d172d5959373b8dc2fa74ebd48 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -943,7 +943,7 @@ void WebPluginContainerImpl::computeClipRectsForPlugin(
|
| FloatRect frameRectInOwnerElementSpace = box->absoluteToLocalQuad(FloatRect(frameRect()), UseTransforms).boundingBox();
|
|
|
| LayoutRect unclippedAbsoluteRect(frameRectInOwnerElementSpace);
|
| - box->mapToVisibleRectInAncestorSpace(rootView, unclippedAbsoluteRect, nullptr);
|
| + box->mapToVisibleRectInAncestorSpace(rootView, unclippedAbsoluteRect);
|
|
|
| // The frameRect is already in absolute space of the local frame to the plugin.
|
| windowRect = frameRect();
|
|
|