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