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..18d0f1449b14bdd4335303e70161f82e883c716b 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, nullptr, false); |
// The frameRect is already in absolute space of the local frame to the plugin. |
windowRect = frameRect(); |