| 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 19aefdd41a080a39f0e06fd821181f22fee4c377..c8ae5cc96593a6ebdc9627216873620227432ce0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
|
| @@ -33,6 +33,7 @@ enum PaintInvalidationReason {
|
| PaintInvalidationLayoutObjectInsertion,
|
| PaintInvalidationLayoutObjectRemoval,
|
| PaintInvalidationSVGResourceChange,
|
| + PaintInvalidationBackgroundOnScrollingContentsLayer,
|
| PaintInvalidationForTesting,
|
| // PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in
|
| // order to fully paint the content, but that painting of the object can be
|
|
|