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

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: And more fixes. Created 6 years, 10 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 height : 10
5 layerId : <string>
6 type : "TouchEventHandler"
7 unchanged : true
8 width : 10
9 x : 0
10 y : 0
11 }
12 scrollRect: {
13 height : 10
14 layerId : <string>
15 type : "RepaintsOnScroll"
16 unchanged : true
17 width : 10
18 x : 0
19 y : 10
20 }
21 scrollRect: {
22 height : 10
23 layerId : <string>
24 type : "WheelEventHandler"
25 unchanged : true
26 width : 10
27 x : 10
28 y : 10
29 }
30 scrollRect: {
31 height : 10
32 layerId : <string>
33 type : "TouchEventHandler"
34 unchanged : true
35 width : 10
36 x : 10
37 y : 0
38 }
39 Model elements dump
40 scrollRectsByLayerId: {
41 2 : [
42 {
43 height : 10
44 layerId : <string>
45 type : "RepaintsOnScroll"
46 unchanged : true
47 width : 10
48 x : 0
49 y : 10
50 }
51 ]
52 3 : [
53 {
54 height : 10
55 layerId : <string>
56 type : "WheelEventHandler"
57 unchanged : true
58 width : 10
59 x : 10
60 y : 10
61 }
62 {
63 height : 10
64 layerId : <string>
65 type : "TouchEventHandler"
66 unchanged : true
67 width : 10
68 x : 10
69 y : 0
70 }
71 ]
72 4 : [
73 {
74 height : 10
75 layerId : <string>
76 type : "TouchEventHandler"
77 unchanged : true
78 width : 10
79 x : 0
80 y : 0
81 }
82 ]
83 }
84 Updated scroll rectangles
85 View elements dump
86 scrollRect: {
87 height : 10
88 layerId : <string>
89 type : "TouchEventHandler"
90 unchanged : true
91 width : 10
92 x : 0
93 y : 0
94 }
95 scrollRect: {
96 height : 10
97 layerId : <string>
98 type : "TouchEventHandler"
99 unchanged : true
100 width : 10
101 x : 10
102 y : 0
103 }
104 scrollRect: {
105 height : 10
106 layerId : <string>
107 type : "WheelEventHandler"
108 width : 10
109 x : 0
110 y : 0
111 }
112 Model elements dump
113 scrollRectsByLayerId: {
114 3 : [
115 {
116 height : 10
117 layerId : <string>
118 type : "WheelEventHandler"
119 width : 10
120 x : 0
121 y : 0
122 }
123 {
124 height : 10
125 layerId : <string>
126 type : "TouchEventHandler"
127 unchanged : true
128 width : 10
129 x : 10
130 y : 0
131 }
132 ]
133 4 : [
134 {
135 height : 10
136 layerId : <string>
137 type : "TouchEventHandler"
138 unchanged : true
139 width : 10
140 x : 0
141 y : 0
142 }
143 ]
144 }
145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698