Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3294)

Unified Diff: Source/web/WebLocalFrameImpl.cpp

Issue 318863002: s/scheduleLayerUpdate/setNeedsCompositingUpdate in setRemoteWebLayer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698