| Index: third_party/WebKit/LayoutTests/platform/win/compositing/tiled-layers-hidpi-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/tiled-layers-hidpi-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/tiled-layers-hidpi-expected.txt
|
| index a6cbb89cb86f9a95a49ae8d79add5bd5679cce2c..20618492bc60f843ca84ce372be6507969759627 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/compositing/tiled-layers-hidpi-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/compositing/tiled-layers-hidpi-expected.txt
|
| @@ -1,22 +1,18 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [3616, 1170],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [3616, 1170],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='composited'",
|
| + "position": [16, 16],
|
| + "bounds": [3600, 20],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='composited'",
|
| - "position": [16, 16],
|
| - "bounds": [3600, 20],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| + "backgroundColor": "#0000FF"
|
| }
|
| ]
|
| }
|
|
|