| Index: third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp
|
| index a7db1ebc07582f9155c043387afdb4ca3b9cccfa..17c818d58ea6f89c5c8554cb0a0cceefa685440d 100644
|
| --- a/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BlockPaintInvalidator.cpp
|
| @@ -25,11 +25,11 @@ PaintInvalidationReason BlockPaintInvalidator::invalidatePaintIfNeeded(
|
| PaintInvalidationReason reason =
|
| BoxPaintInvalidator(m_block, context).invalidatePaintIfNeeded();
|
|
|
| - m_block.frame()->selection().invalidatePaintIfNeeded(m_block, context,
|
| - reason);
|
| - m_block.frame()->page()->dragCaret().invalidatePaintIfNeeded(m_block, context,
|
| - reason);
|
| + m_block.frame()->selection().invalidatePaintIfNeeded(m_block, context);
|
| + m_block.frame()->page()->dragCaret().invalidatePaintIfNeeded(m_block,
|
| + context);
|
|
|
| return reason;
|
| }
|
| -}
|
| +
|
| +} // namespace blink
|
|
|