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

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

Issue 915543003: Schedule cursor update when DOM updates layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/fast/events/mouse-cursor-change-after-layout-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 27f746bed86e6caa4dd6ac1c737daa4c888f456a..739f37d52c2f895a4a612f1166bf1b1c112752b9 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -2105,6 +2105,8 @@ void FrameView::performPostLayoutTasks()
FontFaceSet::didLayout(*m_frame->document());
+ frame().eventHandler().scheduleCursorUpdate();
+
updateWidgetPositions();
// Plugins could have torn down the page inside updateWidgetPositions().
« no previous file with comments | « LayoutTests/fast/events/mouse-cursor-change-after-layout-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698