| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index d9e537e1e97e808266d330118db9a66b0c659aca..209b391e8d48bca10339b8410f4261e3286eeeec 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -167,6 +167,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);
|
|
|
|
|