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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-media-query-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698