| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| index adc96801b769562cdca9c78bbf1537b1b77478f1..796a8a60f058316da150a363b52d31d97d924bee 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt
|
| @@ -11,11 +11,12 @@
|
| "bounds": [200, 200],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 50, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [0, 50, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -25,11 +26,12 @@
|
| {
|
| "bounds": [185, 4900],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 2400, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [0, 2400, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -40,8 +42,12 @@
|
| {
|
| "position": [185, 0],
|
| "bounds": [15, 200],
|
| - "repaintRects": [
|
| - [0, 0, 15, 200]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "Vertical Scrollbar Layer",
|
| + "rect": [0, 0, 15, 200],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|