diff options
Diffstat (limited to 'third_party/WebKit/Source/web/WebPluginContainerImpl.cpp')
-rw-r--r-- | third_party/WebKit/Source/web/WebPluginContainerImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp index 08a0799..0eeec22 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(); |