| 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 9c3f94aa707b27583ab21f2aa0530d2272272451..3ac788a7f22f14c48a7631dac59fbf5aedb1d37f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
|
| @@ -58,6 +58,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason) {
|
| return "background on scrolling contents layer";
|
| case PaintInvalidationCaret:
|
| return "caret";
|
| + case PaintInvalidationViewBackground:
|
| + return "view background";
|
| case PaintInvalidationForTesting:
|
| return "for testing";
|
| case PaintInvalidationDelayedFull:
|
|
|