| 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 9247096b66c092cb4808ae1119c89ba1335a6e66..5333715cc454f2f613fefc8fa875ec82f09da29e 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -483,9 +483,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 {
|
|
|