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

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

Issue 2891203002: Make user-triggered SelectAll act as if there is no selection for hidden selection (Closed)
Patch Set: 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 19102e95e4e01098e8f60c701536dcf7511b3363..2df4f451e3d7574261bd4ea3a7423ae87999fc3e 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -128,7 +128,7 @@ class CORE_EXPORT FrameSelection final
TextAffinity,
SelectionDirectionalMode = SelectionDirectionalMode::kNonDirectional,
FrameSelection::SetSelectionOptions = kCloseTyping | kClearTypingStyle);
- void SelectAll();
+ void SelectAll(EUserTriggered = kNotUserTriggered);
void Clear();
bool IsHidden() const;

Powered by Google App Engine
This is Rietveld 408576698