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

Side by Side Diff: LayoutTests/inspector/layers/layer-scroll-rects-get-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 Touch me!
2 Scroll rectangles
3 View elements dump
4 scrollRect: {
5 rect : {
6 height : 20
7 width : 185
8 x : 0
9 y : 0
10 }
11 type : "TouchEventHandler"
12 }
13 scrollRect: {
14 rect : {
15 height : 20
16 width : 200
17 x : 8
18 y : 8
19 }
20 type : "RepaintsOnScroll"
21 }
22 scrollRect: {
23 rect : {
24 height : 600
25 width : 800
26 x : 0
27 y : 0
28 }
29 type : "WheelEventHandler"
30 }
31 scrollRect: {
32 rect : {
33 height : 20
34 width : 200
35 x : 8
36 y : 8
37 }
38 type : "TouchEventHandler"
39 }
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698