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

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

Issue 2878613002: INPUT/TEXTAREA elements: Fix incorrect selectionStart/selectionEnd values after blur. (Closed)
Patch Set: rename FrameSelection::NotifyLayoutObjectOfSelectionChange() Created 3 years, 7 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: third_party/WebKit/Source/core/editing/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index 3d54e701caca6adf6ac37fff239ec0552ce43090..5ee4bb1a9fe461c1aed6955590713fb5cb051a65 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -224,7 +224,7 @@ class CORE_EXPORT FrameSelection final
#endif
void SetFocusedNodeIfNeeded();
- void NotifyLayoutObjectOfSelectionChange(EUserTriggered);
+ void NotifyTextControlOfSelectionChange(EUserTriggered);
String SelectedHTMLForClipboard() const;
String SelectedText(const TextIteratorBehavior&) const;

Powered by Google App Engine
This is Rietveld 408576698