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

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

Issue 2712603007: Select All present even all selectable text has been selected (Closed)
Patch Set: Created 3 years, 10 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/Editor.h
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
index dc3081d62617ab6848756488485f8a7624eb6a47..46535f758b4a480b42988a86b1ba05b6db4e0388 100644
--- a/third_party/WebKit/Source/core/editing/Editor.h
+++ b/third_party/WebKit/Source/core/editing/Editor.h
@@ -93,6 +93,7 @@ class CORE_EXPORT Editor final : public GarbageCollectedFinalized<Editor> {
bool canCopy() const;
bool canPaste() const;
bool canDelete() const;
+ bool canSelectAll() const;
bool canSmartCopyOrDelete() const;
void cut(EditorCommandSource);

Powered by Google App Engine
This is Rietveld 408576698