| 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 03148bbd7cb508b7361178b61f323504a17cf2ac..4cc7856aa5c14dede1859580955edb1113b2243e 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -452,9 +452,8 @@ void FrameSelection::updateStyleAndLayoutIfNeeded() {
|
|
|
| void FrameSelection::invalidatePaintIfNeeded(
|
| const LayoutBlock& block,
|
| - const PaintInvalidatorContext& context,
|
| - PaintInvalidationReason reason) {
|
| - m_frameCaret->invalidatePaintIfNeeded(block, context, reason);
|
| + const PaintInvalidatorContext& context) {
|
| + m_frameCaret->invalidatePaintIfNeeded(block, context);
|
| }
|
|
|
| bool FrameSelection::shouldPaintCaret(const LayoutBlock& block) const {
|
|
|