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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 293063016: Exclude cases of full repaint on viewport height change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 200.00 300.00) 2 (bounds 200.00 300.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 200.00 300.00) 5 (bounds 200.00 300.00)
6 (contentsOpaque 1)
7 (drawsContent 1) 6 (drawsContent 1)
8 (repaint rects 7 (repaint rects
9 (rect 0.00 0.00 200.00 200.00)
10 ) 8 )
11 ) 9 )
12 ) 10 )
13 ) 11 )
14 (GraphicsLayer 12 (GraphicsLayer
15 (bounds 300.00 300.00) 13 (bounds 300.00 300.00)
16 (children 1 14 (children 1
17 (GraphicsLayer 15 (GraphicsLayer
18 (bounds 300.00 300.00) 16 (bounds 300.00 300.00)
19 (contentsOpaque 1)
20 (drawsContent 1) 17 (drawsContent 1)
21 (repaint rects 18 (repaint rects
22 (rect 0.00 0.00 200.00 300.00) 19 (rect 0.00 0.00 200.00 300.00)
23 ) 20 )
24 ) 21 )
25 ) 22 )
26 ) 23 )
27 (GraphicsLayer 24 (GraphicsLayer
28 (bounds 300.00 250.00) 25 (bounds 300.00 250.00)
29 (children 1 26 (children 1
30 (GraphicsLayer 27 (GraphicsLayer
31 (bounds 300.00 250.00) 28 (bounds 300.00 250.00)
32 (contentsOpaque 1)
33 (drawsContent 1) 29 (drawsContent 1)
34 (repaint rects 30 (repaint rects
35 (rect 0.00 250.00 300.00 50.00) 31 (rect 0.00 250.00 300.00 50.00)
36 ) 32 )
37 ) 33 )
38 ) 34 )
39 ) 35 )
40 (GraphicsLayer 36 (GraphicsLayer
41 (bounds 250.00 250.00) 37 (bounds 250.00 250.00)
42 (children 1 38 (children 1
43 (GraphicsLayer 39 (GraphicsLayer
44 (bounds 250.00 250.00) 40 (bounds 250.00 250.00)
45 (contentsOpaque 1)
46 (drawsContent 1) 41 (drawsContent 1)
47 (repaint rects 42 (repaint rects
48 (rect 250.00 0.00 50.00 250.00) 43 (rect 250.00 0.00 50.00 250.00)
49 (rect 0.00 0.00 300.00 250.00) 44 (rect 0.00 0.00 300.00 250.00)
50 ) 45 )
51 ) 46 )
52 ) 47 )
53 ) 48 )
54 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698