| 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);
|
|
|