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 611c75a3f2c5ea0634dcc65023731b9887b4eaa0..b6c4940940abcff76178034d48cdb0ee85a0e001 100644 |
--- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp |
@@ -13,6 +13,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason) |
switch (reason) { |
case PaintInvalidationNone: |
return "none"; |
+ case PaintInvalidationProbablyNone: |
+ return "probably none"; |
case PaintInvalidationIncremental: |
return "incremental"; |
case PaintInvalidationRectangle: |