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

Side by Side Diff: LayoutTests/inspector/layers/layer-scroll-rects-update-expected.txt

Issue 166273018: Added showing slow scroll rectangles in Layers panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved ScrollRects into Layer structure. Created 6 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 Initial scroll rectangles
2 View elements dump
3 scrollRect: {
4 rect : {
5 height : 10
6 width : 10
7 x : 0
8 y : 0
9 }
10 type : "TouchEventHandler"
11 unchanged : true
12 }
13 scrollRect: {
14 rect : {
15 height : 10
16 width : 10
17 x : 0
18 y : 10
19 }
20 type : "RepaintsOnScroll"
21 unchanged : true
22 }
23 scrollRect: {
24 rect : {
25 height : 10
26 width : 10
27 x : 10
28 y : 10
29 }
30 type : "WheelEventHandler"
31 unchanged : true
32 }
33 scrollRect: {
34 rect : {
35 height : 10
36 width : 10
37 x : 10
38 y : 0
39 }
40 type : "TouchEventHandler"
41 unchanged : true
42 }
43 Model elements dump
44 {
45 }
46 {
47 0 : {
48 rect : {
49 height : 10
50 width : 10
51 x : 0
52 y : 10
53 }
54 type : "RepaintsOnScroll"
55 unchanged : true
56 }
57 }
58 {
59 0 : {
60 rect : {
61 height : 10
62 width : 10
63 x : 10
64 y : 10
65 }
66 type : "WheelEventHandler"
67 unchanged : true
68 }
69 1 : {
70 rect : {
71 height : 10
72 width : 10
73 x : 10
74 y : 0
75 }
76 type : "TouchEventHandler"
77 unchanged : true
78 }
79 }
80 {
81 0 : {
82 rect : {
83 height : 10
84 width : 10
85 x : 0
86 y : 0
87 }
88 type : "TouchEventHandler"
89 unchanged : true
90 }
91 }
92 Updated scroll rectangles
93 View elements dump
94 scrollRect: {
95 rect : {
96 height : 10
97 width : 10
98 x : 0
99 y : 0
100 }
101 type : "TouchEventHandler"
102 unchanged : true
103 }
104 scrollRect: {
105 rect : {
106 height : 10
107 width : 10
108 x : 0
109 y : 10
110 }
111 type : "RepaintsOnScroll"
112 unchanged : true
113 }
114 scrollRect: {
115 rect : {
116 height : 10
117 width : 10
118 x : 10
119 y : 0
120 }
121 type : "TouchEventHandler"
122 unchanged : true
123 }
124 scrollRect: {
125 rect : {
126 height : 10
127 width : 10
128 x : 0
129 y : 0
130 }
131 type : "WheelEventHandler"
132 }
133 Model elements dump
134 {
135 }
136 {
137 0 : {
138 rect : {
139 height : 10
140 width : 10
141 x : 0
142 y : 0
143 }
144 type : "WheelEventHandler"
145 }
146 1 : {
147 rect : {
148 height : 10
149 width : 10
150 x : 10
151 y : 0
152 }
153 type : "TouchEventHandler"
154 unchanged : true
155 }
156 }
157 {
158 0 : {
159 rect : {
160 height : 10
161 width : 10
162 x : 0
163 y : 0
164 }
165 type : "TouchEventHandler"
166 unchanged : true
167 }
168 }
169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698