Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/root-layer-scrolls/compositing/layer-tree-expected.txt

Issue 2728273002: [RLS] Don't create PaintLayerCompositor layers. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Root Transform Layer",
3 "children": [
4 {
5 "name": "Inner Viewport Container Layer",
6 "bounds": [800, 600],
7 "children": [
8 {
9 "name": "Overscroll Elasticity Layer",
10 "children": [
11 {
12 "name": "Page Scale Layer",
13 "children": [
14 {
15 "name": "Inner Viewport Scroll Layer",
16 "bounds": [800, 600],
17 "children": [
18 {
19 "name": "LayoutView #document",
20 "bounds": [800, 600],
21 "shouldFlattenTransform": false,
22 "drawsContent": true,
23 "children": [
24 {
25 "name": "Scrolling Layer",
26 "bounds": [780, 580],
27 "shouldFlattenTransform": false,
28 "children": [
29 {
30 "name": "Scrolling Contents Layer",
31 "bounds": [1200, 900],
32 "contentsOpaque": true,
33 "drawsContent": true
34 }
35 ]
36 }
37 ]
38 }
39 ]
40 }
41 ]
42 }
43 ]
44 },
45 {
46 "name": "Overflow Controls Host Layer",
47 "bounds": [800, 600],
48 "children": [
49 {
50 "name": "Horizontal Scrollbar Layer",
51 "position": [0, 580],
52 "bounds": [780, 20],
53 "drawsContent": true
54 },
55 {
56 "name": "Vertical Scrollbar Layer",
57 "position": [780, 0],
58 "bounds": [20, 580],
59 "drawsContent": true
60 },
61 {
62 "name": "Scroll Corner Layer",
63 "position": [780, 580],
64 "bounds": [20, 20],
65 "drawsContent": true
66 }
67 ]
68 }
69 ]
70 }
71 ]
72 }
73
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/layer-tree-expected.txt ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698