Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 7a89dcf7c62dfa640019b2fef98578324b007df0..02e3ba23f9a2f44cec2e2eb6b17ff7048489f8ae 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -166,6 +166,7 @@ |
const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 4; |
const unsigned short LAYER_TREE_INCLUDES_ROOT_LAYER = 8; |
const unsigned short LAYER_TREE_INCLUDES_CLIP_AND_SCROLL_PARENTS = 16; |
+ const unsigned short LAYER_TREE_INCLUDES_SCROLL_BLOCKS_ON = 32; |
[RaisesException, TypeChecking=Interface] DOMString layerTreeAsText(Document document, optional unsigned short flags); |
[RaisesException, TypeChecking=Interface] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags); |