| Index: third_party/WebKit/Source/core/editing/FrameCaret.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.h b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| index 50639c1d25936bd758c12e8062844441e7d27a13..5dcbae136bc8ea51827db7252751b81c41ca0ea4 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| @@ -76,7 +76,7 @@ class CORE_EXPORT FrameCaret final
|
| // Paint invalidation methods delegating to DisplayItemClient.
|
| void clearPreviousVisualRect(const LayoutBlock&);
|
| void layoutBlockWillBeDestroyed(const LayoutBlock&);
|
| - void updateStyleAndLayoutIfNeeded();
|
| + void updateForPaintInvalidation();
|
| void invalidatePaintIfNeeded(const LayoutBlock&,
|
| const PaintInvalidatorContext&,
|
| PaintInvalidationReason);
|
|
|