| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index d7650f856a618c2ce7c76a8fc43f86abfb7a2f83..1988601f3fd517ed25b3808e6f35bef4cff1d720 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -208,7 +208,8 @@ public:
|
| LAYER_TREE_INCLUDES_VISIBLE_RECTS = 1,
|
| LAYER_TREE_INCLUDES_TILE_CACHES = 2,
|
| LAYER_TREE_INCLUDES_REPAINT_RECTS = 4,
|
| - LAYER_TREE_INCLUDES_PAINTING_PHASES = 8
|
| + LAYER_TREE_INCLUDES_PAINTING_PHASES = 8,
|
| + LAYER_TREE_INCLUDES_ROOT_LAYER = 16
|
| };
|
| String layerTreeAsText(Document*, unsigned flags, ExceptionCode&) const;
|
| String layerTreeAsText(Document*, ExceptionCode&) const;
|
|
|