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

Unified Diff: Source/web/InspectorOverlayImpl.cpp

Issue 1217943010: Add a FrameView lifecycle method that just updates layout, style and compositing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « Source/core/testing/Internals.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorOverlayImpl.cpp
diff --git a/Source/web/InspectorOverlayImpl.cpp b/Source/web/InspectorOverlayImpl.cpp
index 48d84dc5b94cfd983e6219a6b70fe8e363b02665..d8b827a1e8a1ff37d96fa15080ba7980daf29948 100644
--- a/Source/web/InspectorOverlayImpl.cpp
+++ b/Source/web/InspectorOverlayImpl.cpp
@@ -291,7 +291,7 @@ void InspectorOverlayImpl::update()
drawPausedInDebuggerMessage();
drawViewSize();
- toLocalFrame(overlayPage()->mainFrame())->view()->updateLayoutAndStyleForPainting();
+ toLocalFrame(overlayPage()->mainFrame())->view()->updateAllLifecyclePhases();
m_webViewImpl->addPageOverlay(this, OverlayZOrders::highlight);
}
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698