Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index e87fcbba92cd05ddc2f3b7e738d4e0eefa39ec7d..9f45bbc20178dc0a7d20d4c7c16fc6f5eb0ca819 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -168,6 +168,7 @@ |
// The values of these constants must be kept in sync with the values of LayerTreeAsTextBehaviorFlags in GraphicsLayerClient.h. |
const unsigned short LAYER_TREE_INCLUDES_REPAINT_RECTS = 2; |
const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 4; |
+ const unsigned short LAYER_TREE_INCLUDES_ROOT_LAYER = 8; |
[RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags); |
[RaisesException] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags); |