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

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

Powered by Google App Engine
This is Rietveld 408576698