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

Unified Diff: Source/core/input/EventHandlerTest.cpp

Issue 1225583004: Revert of 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, 5 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/input/EventHandler.cpp ('k') | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/input/EventHandlerTest.cpp
diff --git a/Source/core/input/EventHandlerTest.cpp b/Source/core/input/EventHandlerTest.cpp
index da568b64325a22ed3abd8a14ac72e4f812d7bf3c..a3511adc26e30e245d2199a39e6b227ab20a293d 100644
--- a/Source/core/input/EventHandlerTest.cpp
+++ b/Source/core/input/EventHandlerTest.cpp
@@ -41,7 +41,7 @@
void EventHandlerTest::setHtmlInnerHTML(const char* htmlContent)
{
document().documentElement()->setInnerHTML(String::fromUTF8(htmlContent), ASSERT_NO_EXCEPTION);
- document().view()->updateAllLifecyclePhases();
+ document().view()->updateLayoutAndStyleForPainting();
}
TEST_F(EventHandlerTest, dragSelectionAfterScroll)
« no previous file with comments | « Source/core/input/EventHandler.cpp ('k') | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698