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