| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 09df7a9029db9926affe20e2ba12e0a873f28e61..e239eae6041af5020a7206b10c3cea25c247a659 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -165,6 +165,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);
|
|
|
|
|