| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
|
| index c39efc0ebcc2e7787e789543efc0007ce4f455e0..36759413ec63214dca64a2bb3c62a086b687ce3f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt
|
| @@ -15,11 +15,12 @@
|
| "bounds": [2008, 2008],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 300, 300]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 0, 300, 300],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -41,11 +42,12 @@
|
| "bounds": [2008, 2008],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 250, 250]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 0, 250, 250],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|