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

Unified Diff: Source/core/frame/Frame.cpp

Issue 156413002: [WIP] Move layout states into the DocumentLifecycle state machine (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/core/frame/Frame.cpp
diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp
index 18142a07fa469e30b3c5971ad5493a44931a68d5..c832d7cb321ae655b7ff3c9d6afe2e98851dee55 100644
--- a/Source/core/frame/Frame.cpp
+++ b/Source/core/frame/Frame.cpp
@@ -199,9 +199,6 @@ void Frame::setView(PassRefPtr<FrameView> view)
document()->prepareForDestruction();
}
- if (m_view)
- m_view->unscheduleRelayout();
-
eventHandler().clear();
m_view = view;

Powered by Google App Engine
This is Rietveld 408576698