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

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

Issue 1049233003: Keep the selection of the text field when changed by JS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index 0df951faa2d51d540e6ea7e41470a20782a75175..0bdf67fe294c1b859481398630a32bd9ccc9c295 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -265,6 +265,7 @@ private:
void notifyAccessibilityForSelectionChange();
void notifyCompositorForSelectionChange();
+ void notifyEventHandlerForSelectionChange();
void focusedOrActiveStateChanged();

Powered by Google App Engine
This is Rietveld 408576698