Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
index 2ede61899aef3a5fa13f461e468f2e75515c96d2..7f4ab1cb3cbb553318014107147849c30efc2b57 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
@@ -26,7 +26,7 @@ class PLATFORM_EXPORT DisplayItem { |
public: |
enum { |
// Must be kept in sync with core/paint/PaintPhase.h. |
- PaintPhaseMax = 12, |
+ PaintPhaseMax = 11, |
}; |
// A display item type uniquely identifies a display item of a client. |