| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 8c9684933f272058711414399b69987b146afa7c..27dee3f2e61de17e32e025fe7d36072630fdd18e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -188,7 +188,7 @@
|
| 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_COMPOSITING_REASONS = 32;
|
| - const unsigned short OUTPUT_CHILDREN_AS_LAYER_LIST = 64;
|
| + const unsigned short OUTPUT_AS_LAYER_TREE = 64;
|
|
|
| [RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags);
|
| [RaisesException] DOMString elementLayerTreeAsText(Element element, optional unsigned short flags);
|
|
|