| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index aa8803e13031a870b79fd1a59bfbc079d6fe5a6b..31e83511f532e6f0207185ef2b02889d0bb4994c 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -458,8 +458,8 @@ void FrameSelection::layoutBlockWillBeDestroyed(const LayoutBlock& block) {
|
| m_frameCaret->layoutBlockWillBeDestroyed(block);
|
| }
|
|
|
| -void FrameSelection::updateStyleAndLayoutIfNeeded() {
|
| - m_frameCaret->updateStyleAndLayoutIfNeeded();
|
| +void FrameSelection::updateForPaintInvalidation() {
|
| + m_frameCaret->updateForPaintInvalidation();
|
| }
|
|
|
| void FrameSelection::invalidatePaintIfNeeded(
|
|
|