| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 122392d0a7fbfb747dc976d1b77b76a360a7abf7..6f38e56ff0649300a4a808fcd6b392c570517978 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -169,6 +169,7 @@
|
| const unsigned short LAYER_TREE_INCLUDES_CLIP_AND_SCROLL_PARENTS = 16;
|
| const unsigned short LAYER_TREE_INCLUDES_SCROLL_BLOCKS_ON = 32;
|
| const unsigned short LAYER_TREE_INCLUDES_PAINT_INVALIDATION_OBJECTS = 64;
|
| + const unsigned short LAYER_TREE_INCLUDES_COMPOSITING_REASONS = 128;
|
| [RaisesException, TypeChecking=Interface] DOMString layerTreeAsText(Document document, optional unsigned short flags);
|
| [RaisesException, TypeChecking=Interface] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags);
|
|
|
|
|