| Index: third_party/WebKit/Source/core/editing/CaretBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.h b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| index 993371d9d5d49833141b130da7fca394600a4a4c..3984329e65e663f969e420444682cd56dce4de7a 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| @@ -52,10 +52,6 @@ class CaretBase final : public DisplayItemClient {
|
| static LayoutRect computeCaretRect(const PositionWithAffinity& caretPosition);
|
| static IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&);
|
|
|
| - // TODO(yosin): We should move |shouldRepaintCaret()| to "FrameCaret.cpp" as
|
| - // static file local function.
|
| - static bool shouldRepaintCaret(Node&);
|
| -
|
| void paintCaret(Node*,
|
| GraphicsContext&,
|
| const LayoutRect& caretLocalRect,
|
|
|