| 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 0c963eaee41321d3388da404cc6fe85de198c47f..4157a50b81a091dea74240eb4cc6cc5dea09f033 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
|
| @@ -15,9 +15,19 @@ LAYER_TREE = """{
|
| "bounds": [800.00, 600.00],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 108, 100, 100],
|
| - [0, 216, 800, 100]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "object1",
|
| + "rect": [8, 108, 100, 100],
|
| + "reason": "full"
|
| + }, {
|
| + "object": "object2",
|
| + "rect": [0, 216, 800, 100],
|
| + "reason": "full"
|
| + }, {
|
| + "object": "object1",
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|