Chromium Code Reviews| Index: Source/core/editing/FrameSelection.h |
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
| index 30f1f3491b08eb65f41477903552fab4008b6d5f..b11cf1f736542759e524241c68325fed47fcce84 100644 |
| --- a/Source/core/editing/FrameSelection.h |
| +++ b/Source/core/editing/FrameSelection.h |
| @@ -184,6 +184,9 @@ public: |
| void updateSecureKeyboardEntryIfActive(); |
| + // Returnes true if a word is select. |
|
Yuta Kitamura
2014/11/14 05:14:56
Returnes -> Returns or Return
select -> selected
yoichio
2014/11/14 06:19:58
Done.
|
| + bool selectWordAroundPosition(const VisiblePosition&); |
| + |
| #ifndef NDEBUG |
| void formatForDebugger(char* buffer, unsigned length) const; |
| void showTreeForThis() const; |