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

Side by Side Diff: third_party/WebKit/LayoutTests/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": "Frame Overflow Controls Host Layer",
20 "bounds": [800, 600],
21 "children": [
22 {
23 "name": "Frame Clipping Layer",
24 "bounds": [780, 580],
25 "children": [
26 {
27 "name": "Frame Scrolling Layer",
28 "children": [
29 {
30 "name": "Content Root Layer",
31 "bounds": [1200, 900],
32 "children": [
33 {
34 "name": "LayoutView #document",
35 "bounds": [1200, 900],
36 "contentsOpaque": true,
37 "drawsContent": true
38 }
39 ]
40 }
41 ]
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 }
49 ]
50 }
51 ]
52 },
53 {
54 "name": "Frame Horizontal Scrollbar Layer",
55 "position": [0, 580],
56 "bounds": [780, 20],
57 "drawsContent": true
58 },
59 {
60 "name": "Frame Vertical Scrollbar Layer",
61 "position": [780, 0],
62 "bounds": [20, 580],
63 "drawsContent": true
64 },
65 {
66 "name": "Frame Scroll Corner Layer",
67 "position": [780, 580],
68 "bounds": [20, 20],
69 "drawsContent": true
70 }
71 ]
72 }
73 ]
74 }
75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698