Chromium Code Reviews| Index: Source/core/editing/Editor.h |
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
| index f3b0e856a0b69830cb25e45ff78ac562b547b03b..21c433b5b1d030183869306d85bcc196753fd944 100644 |
| --- a/Source/core/editing/Editor.h |
| +++ b/Source/core/editing/Editor.h |
| @@ -129,7 +129,7 @@ public: |
| bool execute(const String& parameter = String(), Event* triggeringEvent = nullptr) const; |
| bool execute(Event* triggeringEvent) const; |
| - bool isSupported() const; |
| + bool isSupported(bool enabled = false) const; |
|
dcheng
2015/04/20 17:09:03
I don't really understand why we added this defaul
Abhijeet Kandalkar Slow
2015/04/21 14:14:33
current implementation of isSupported() check whet
|
| bool isEnabled(Event* triggeringEvent = nullptr) const; |
| TriState state(Event* triggeringEvent = nullptr) const; |