Chromium Code Reviews| Index: Source/core/editing/Caret.h |
| diff --git a/Source/core/editing/Caret.h b/Source/core/editing/Caret.h |
| index 3d9f9eba45c01a49fdb3a904a670547878173b25..3e8f74a98cb1159b875adee1cd906212da972ddd 100644 |
| --- a/Source/core/editing/Caret.h |
| +++ b/Source/core/editing/Caret.h |
| @@ -64,6 +64,7 @@ protected: |
| protected: |
| static RenderObject* caretRenderer(Node*); |
| static void repaintCaretForLocalRect(Node*, const LayoutRect&); |
| + static void updateDirectionPointer(const RenderObject* caretPainter , LayoutRect&); |
|
Inactive
2014/05/23 19:57:01
nit: Extra space before comma
h.joshi
2014/05/24 02:18:20
Okey, will remove extra space.
|
| private: |
| LayoutRect m_caretLocalRect; // caret rect in coords local to the renderer responsible for painting the caret |