| Index: third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
|
| index 61ca4f87a2244537a5e4d85c53209f8a44cb46e4..13d48e808e0843739f0ca946088f0b0d443bd043 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.h
|
| @@ -112,6 +112,9 @@ class ObjectPaintInvalidatorWithContext : public ObjectPaintInvalidator {
|
| const LayoutRect& oldVisualRect,
|
| const LayoutRect& newVisualRect);
|
|
|
| + void invalidatePaintRectangleWithContext(const LayoutRect&,
|
| + PaintInvalidationReason);
|
| +
|
| private:
|
| void invalidateSelectionIfNeeded(PaintInvalidationReason);
|
|
|
|
|