| Index: third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaret.cpp b/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| index e7aeb22365f0151cfc4cf6d3f1d3c19ca564193c..1b7564c60ca6586707dd81ff0b6e60698b2bd945 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| @@ -55,10 +55,10 @@ void DragCaret::updateStyleAndLayoutIfNeeded() {
|
| : PositionWithAffinity());
|
| }
|
|
|
| -void DragCaret::invalidatePaintIfNeeded(const LayoutBlock& block,
|
| - const PaintInvalidatorContext& context,
|
| - PaintInvalidationReason reason) {
|
| - m_displayItemClient->invalidatePaintIfNeeded(block, context, reason);
|
| +void DragCaret::invalidatePaintIfNeeded(
|
| + const LayoutBlock& block,
|
| + const PaintInvalidatorContext& context) {
|
| + m_displayItemClient->invalidatePaintIfNeeded(block, context);
|
| }
|
|
|
| bool DragCaret::isContentRichlyEditable() const {
|
|
|