| Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| index a4d12aa7b3505841e691c4e2255057d98328a2a7..19aefdd41a080a39f0e06fd821181f22fee4c377 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| @@ -34,9 +34,10 @@ enum PaintInvalidationReason {
|
| PaintInvalidationLayoutObjectRemoval,
|
| PaintInvalidationSVGResourceChange,
|
| PaintInvalidationForTesting,
|
| - // PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in order to fully paint
|
| - // the content, but that painting of the object can be delayed until a future frame.
|
| - // This can be the case for an object whose content is not visible to the user.
|
| + // PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in
|
| + // order to fully paint the content, but that painting of the object can be
|
| + // delayed until a future frame. This can be the case for an object whose
|
| + // content is not visible to the user.
|
| PaintInvalidationDelayedFull,
|
|
|
| PaintInvalidationReasonMax = PaintInvalidationDelayedFull
|
|
|