| Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| index 14abde1c609a73f1f168a0b02b5a35099cd77448..9c3f94aa707b27583ab21f2aa0530d2272272451 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| @@ -56,6 +56,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason) {
|
| return "SVG resource change";
|
| case PaintInvalidationBackgroundOnScrollingContentsLayer:
|
| return "background on scrolling contents layer";
|
| + case PaintInvalidationCaret:
|
| + return "caret";
|
| case PaintInvalidationForTesting:
|
| return "for testing";
|
| case PaintInvalidationDelayedFull:
|
|
|