| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index 75cee297061b12e5c54070f2beecf0b3e540dddc..b647d95a87c319e3031f23632dc15c00f26568e7 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -20,6 +20,9 @@ class LayoutObject;
|
| class LayoutView;
|
| class PaintLayer;
|
|
|
| +// This is deprecated by PaintInvalidator when SlimmingPaintInvalidation is
|
| +// enabled.
|
| +//
|
| // PaintInvalidationState is an optimization used during the paint
|
| // invalidation phase.
|
| //
|
|
|