Index: Source/core/platform/graphics/GraphicsLayerClient.h |
diff --git a/Source/core/platform/graphics/GraphicsLayerClient.h b/Source/core/platform/graphics/GraphicsLayerClient.h |
index 662ec203bedc8793b58c8f22702b06097272b795..ec566eafdf4f7ba6f489e45307c97fd02163dd4b 100644 |
--- a/Source/core/platform/graphics/GraphicsLayerClient.h |
+++ b/Source/core/platform/graphics/GraphicsLayerClient.h |
@@ -57,7 +57,8 @@ enum { |
LayerTreeNormal = 0, |
LayerTreeIncludesDebugInfo = 1 << 0, // Dump extra debugging info like layer addresses. |
LayerTreeIncludesRepaintRects = 1 << 1, |
- LayerTreeIncludesPaintingPhases = 1 << 2 |
+ LayerTreeIncludesPaintingPhases = 1 << 2, |
+ LayerTreeIncludesRootLayer = 1 << 3 |
}; |
typedef unsigned LayerTreeFlags; |