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

Unified Diff: Source/web/WebLocalFrameImpl.cpp

Issue 330283008: Fix rendering regression for out-of-process iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed condition, as per comment 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 9da6d1bc717b6c2687451c6a1db43f858cdc1764..094fb606fce6fbf1b869d1760cf4c8720958d351 100644
--- a/Source/web/WebLocalFrameImpl.cpp
+++ b/Source/web/WebLocalFrameImpl.cpp
@@ -556,6 +556,7 @@ void WebLocalFrameImpl::setRemoteWebLayer(WebLayer* webLayer)
// FIXME: This should be moved to WebRemoteFrame.
ASSERT(frame()->deprecatedLocalOwner());
frame()->deprecatedLocalOwner()->setNeedsCompositingUpdate();
+ frame()->ownerRenderer()->layer()->updateSelfPaintingLayer();
ojan 2014/06/13 21:29:09 Is the frame guaranteed to have a renderer at this
kenrb 2014/06/16 15:43:38 I was thinking yes, but now that you ask I am not
ojan 2014/06/17 16:42:11 Yeah, I'm not sure. You could put in an ASSERT(fra
}
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