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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt

Issue 275543003: Don't always fully repaint on viewport resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 width: 200 height: 300 1 width: 200 height: 300
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 2008.00 2008.00) 3 (bounds 2008.00 2008.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 2008.00 2008.00) 6 (bounds 2008.00 2008.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (repaint rects 9 (repaint rects
10 (rect 0.00 0.00 2008.00 2008.00) 10 (rect 0.00 200.00 200.00 100.00)
11 (rect 0.00 0.00 200.00 200.00)
12 (rect 0.00 0.00 200.00 300.00)
13 ) 11 )
14 ) 12 )
15 ) 13 )
16 ) 14 )
17 width: 300 height: 300 15 width: 300 height: 300
18 (GraphicsLayer 16 (GraphicsLayer
19 (bounds 2008.00 2008.00) 17 (bounds 2008.00 2008.00)
20 (children 1 18 (children 1
21 (GraphicsLayer 19 (GraphicsLayer
22 (bounds 2008.00 2008.00) 20 (bounds 2008.00 2008.00)
23 (contentsOpaque 1) 21 (contentsOpaque 1)
24 (drawsContent 1) 22 (drawsContent 1)
25 (repaint rects 23 (repaint rects
26 (rect 0.00 0.00 2008.00 2008.00) 24 (rect 0.00 0.00 2008.00 2008.00)
27 (rect 0.00 0.00 200.00 300.00) 25 (rect 0.00 0.00 200.00 300.00)
28 (rect 0.00 0.00 300.00 300.00) 26 (rect 0.00 0.00 300.00 300.00)
29 ) 27 )
30 ) 28 )
31 ) 29 )
32 ) 30 )
33 width: 300 height: 250 31 width: 300 height: 250
34 (GraphicsLayer 32 (GraphicsLayer
35 (bounds 2008.00 2008.00) 33 (bounds 2008.00 2008.00)
36 (children 1 34 (children 1
37 (GraphicsLayer 35 (GraphicsLayer
38 (bounds 2008.00 2008.00) 36 (bounds 2008.00 2008.00)
39 (contentsOpaque 1) 37 (contentsOpaque 1)
40 (drawsContent 1) 38 (drawsContent 1)
41 (repaint rects 39 (repaint rects
42 (rect 0.00 0.00 2008.00 2008.00) 40 (rect 0.00 250.00 300.00 50.00)
43 (rect 0.00 0.00 300.00 300.00)
44 (rect 0.00 0.00 300.00 250.00)
45 ) 41 )
46 ) 42 )
47 ) 43 )
48 ) 44 )
49 width: 250 height: 250 45 width: 250 height: 250
50 (GraphicsLayer 46 (GraphicsLayer
51 (bounds 2008.00 2008.00) 47 (bounds 2008.00 2008.00)
52 (children 1 48 (children 1
53 (GraphicsLayer 49 (GraphicsLayer
54 (bounds 2008.00 2008.00) 50 (bounds 2008.00 2008.00)
55 (contentsOpaque 1) 51 (contentsOpaque 1)
56 (drawsContent 1) 52 (drawsContent 1)
57 (repaint rects 53 (repaint rects
58 (rect 0.00 0.00 2008.00 2008.00) 54 (rect 0.00 0.00 2008.00 2008.00)
59 (rect 0.00 0.00 300.00 250.00) 55 (rect 0.00 0.00 300.00 250.00)
60 (rect 0.00 0.00 250.00 250.00) 56 (rect 0.00 0.00 250.00 250.00)
61 ) 57 )
62 ) 58 )
63 ) 59 )
64 ) 60 )
65 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698