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

Unified Diff: Source/core/editing/SelectionController.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/SelectionController.h
diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
index d658d404fb3e4264e265fd7f8d96a6a09a1e98d3..4fd749e18267294677c68ce3d40ac454c9d70c7c 100644
--- a/Source/core/editing/SelectionController.h
+++ b/Source/core/editing/SelectionController.h
@@ -64,6 +64,7 @@ public:
void setMouseDownMayStartSelect(bool);
bool mouseDownMayStartSelect() const;
bool mouseDownWasSingleClickInSelection() const;
+ void notifySelectionChanged();
private:
explicit SelectionController(LocalFrame&);

Powered by Google App Engine
This is Rietveld 408576698