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

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

Issue 507533002: Fix to keep the selection of the text field in input element after setSelectionRange is called by d… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix the indentation of HTML document Created 6 years, 4 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 419c2d1c78af4163f18074b64fbefe8b265db8bd..57182d49b75721eb8814f4d7ab713e410c364fba 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -245,6 +245,7 @@ private:
void notifyAccessibilityForSelectionChange();
void notifyCompositorForSelectionChange();
+ void notifyEventHandlerrForSelectionChange();
yosin_UTC9 2014/08/26 03:55:08 nit: Extra "r" in Handlerr notifyEventHandlerrForS
void focusedOrActiveStateChanged();

Powered by Google App Engine
This is Rietveld 408576698