| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index ae428ac62ec53ccd00eb5522dce1d828c6fa458b..99918cb9486ca27caccb4d97bd78cf69416912d6 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -548,7 +548,7 @@ void WebLocalFrameImpl::setRemoteWebLayer(WebLayer* webLayer)
|
| frame()->setRemotePlatformLayer(webLayer);
|
| // FIXME: This should be moved to WebRemoteFrame.
|
| ASSERT(frame()->deprecatedLocalOwner());
|
| - frame()->deprecatedLocalOwner()->scheduleLayerUpdate();
|
| + frame()->deprecatedLocalOwner()->setNeedsCompositingUpdate();
|
| }
|
|
|
| void WebLocalFrameImpl::setPermissionClient(WebPermissionClient* permissionClient)
|
|
|