Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index b0d81637cb291e4ec5785cde3957ecbb8f67d451..c923f3e9c6b86bffc09e6bf3233b969be514bf0c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -361,7 +361,6 @@ public: |
bool hasCursorCaret() const; |
bool hasDragCaret() const; |
bool hasCaret() const { return hasCursorCaret() || hasDragCaret(); } |
- void invalidateCaret() const; |
protected: |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |