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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-positioned-percent-top-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 100.00 20.00 20.00)
11 (rect 0.00 0.00 200.00 200.00) 11 (rect 0.00 150.00 20.00 20.00)
12 (rect 0.00 0.00 200.00 200.00)
13 ) 12 )
14 ) 13 )
15 ) 14 )
16 ) 15 )
17 width: 300 height: 300 16 width: 300 height: 300
18 (GraphicsLayer 17 (GraphicsLayer
19 (bounds 300.00 300.00) 18 (bounds 300.00 300.00)
20 (children 1 19 (children 1
21 (GraphicsLayer 20 (GraphicsLayer
22 (bounds 300.00 300.00) 21 (bounds 300.00 300.00)
23 (contentsOpaque 1) 22 (contentsOpaque 1)
24 (drawsContent 1) 23 (drawsContent 1)
25 (repaint rects 24 (repaint rects
26 (rect 0.00 0.00 200.00 300.00) 25 (rect 0.00 0.00 200.00 300.00)
27 (rect 0.00 0.00 200.00 300.00) 26 (rect 0.00 0.00 200.00 300.00)
28 (rect 0.00 0.00 200.00 300.00) 27 (rect 0.00 0.00 200.00 300.00)
29 ) 28 )
30 ) 29 )
31 ) 30 )
32 ) 31 )
33 width: 300 height: 250 32 width: 300 height: 250
34 (GraphicsLayer 33 (GraphicsLayer
35 (bounds 300.00 250.00) 34 (bounds 300.00 250.00)
36 (children 1 35 (children 1
37 (GraphicsLayer 36 (GraphicsLayer
38 (bounds 300.00 250.00) 37 (bounds 300.00 250.00)
39 (contentsOpaque 1) 38 (contentsOpaque 1)
40 (drawsContent 1) 39 (drawsContent 1)
41 (repaint rects 40 (repaint rects
42 (rect 0.00 0.00 300.00 300.00) 41 (rect 0.00 150.00 20.00 20.00)
43 (rect 0.00 0.00 300.00 300.00) 42 (rect 0.00 125.00 20.00 20.00)
44 (rect 0.00 0.00 300.00 250.00) 43 (rect 0.00 250.00 300.00 50.00)
45 ) 44 )
46 ) 45 )
47 ) 46 )
48 ) 47 )
49 width: 250 height: 250 48 width: 250 height: 250
50 (GraphicsLayer 49 (GraphicsLayer
51 (bounds 250.00 250.00) 50 (bounds 250.00 250.00)
52 (children 1 51 (children 1
53 (GraphicsLayer 52 (GraphicsLayer
54 (bounds 250.00 250.00) 53 (bounds 250.00 250.00)
55 (contentsOpaque 1) 54 (contentsOpaque 1)
56 (drawsContent 1) 55 (drawsContent 1)
57 (repaint rects 56 (repaint rects
58 (rect 0.00 0.00 300.00 250.00) 57 (rect 0.00 0.00 300.00 250.00)
59 (rect 0.00 0.00 300.00 250.00) 58 (rect 0.00 0.00 300.00 250.00)
60 (rect 0.00 0.00 250.00 250.00) 59 (rect 0.00 0.00 250.00 250.00)
61 ) 60 )
62 ) 61 )
63 ) 62 )
64 ) 63 )
65 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698