| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| index 4157a50b81a091dea74240eb4cc6cc5dea09f033..fd280b8111b7fc16ea23e5eea92719205f214e20 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/repaint_overlay_unittest.py
|
| @@ -8,9 +8,12 @@ from webkitpy.layout_tests.controllers import repaint_overlay
|
|
|
|
|
| LAYER_TREE = """{
|
| - "bounds":[800.00,600.00],
|
| - "children":[
|
| + "layers": [
|
| {
|
| + "name": "layer1",
|
| + "bounds": [800.00, 600.00],
|
| + }, {
|
| + "name": "layer2",
|
| "position": [8.00, 80.00],
|
| "bounds": [800.00, 600.00],
|
| "contentsOpaque": true,
|
|
|