| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 9ca273897aa430e012e6676b0e64a705d727653c..21e13dc1ca77a38807bfc002d901995adf4bdd24 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -149,7 +149,7 @@ void WebPluginContainerImpl::invalidateRect(const IntRect& rect)
|
| DisableCompositingQueryAsserts disabler;
|
| // FIXME: We should not allow paint invalidation out of paint invalidation state. crbug.com/457415
|
| DisablePaintInvalidationStateAsserts paintInvalidationAssertDisabler;
|
| - renderer->invalidatePaintRectangle(dirtyRect);
|
| + renderer->invalidatePaintRectangle(LayoutRect(dirtyRect));
|
| }
|
|
|
| void WebPluginContainerImpl::setFocus(bool focused, WebFocusType focusType)
|
|
|