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

Unified Diff: Source/core/editing/FrameSelection.cpp

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 3 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 | Source/core/editing/RenderedPosition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.cpp
diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
index a435d7be8165790e8a302f29d77a2a5bbff1c92f..04c181c5199020ae4c312cf7dcf5466b32ad776a 100644
--- a/Source/core/editing/FrameSelection.cpp
+++ b/Source/core/editing/FrameSelection.cpp
@@ -1447,7 +1447,7 @@ void FrameSelection::notifyAccessibilityForSelectionChange()
void FrameSelection::notifyCompositorForSelectionChange()
{
- if (!RuntimeEnabledFeatures::compositedSelectionUpdatesEnabled())
+ if (!RuntimeEnabledFeatures::compositedSelectionUpdateEnabled())
return;
scheduleVisualUpdate();
« no previous file with comments | « no previous file | Source/core/editing/RenderedPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698