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 05778d1cf721cbd6ada712f34ad858ba759ea71c..72c2104f1ca788d811eef35f1b404c68d645d0f0 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h |
@@ -120,7 +120,8 @@ public: |
CachedDrawingLast = CachedDrawingFirst + DrawingLast - DrawingFirst, |
ForeignLayerFirst, |
- ForeignLayerPlugin = ForeignLayerFirst, |
+ ForeignLayerCanvas = ForeignLayerFirst, |
+ ForeignLayerPlugin, |
ForeignLayerVideo, |
ForeignLayerLast = ForeignLayerVideo, |