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

Side by Side Diff: LayoutTests/compositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 14407003: Disable solid background color optimization for composited layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 (repaint rects 1 (repaint rects
2 (rect 8 13 784 16) 2 (rect 8 13 784 16)
3 (rect 8 413 784 29) 3 (rect 8 413 784 29)
4 (rect 0 421 800 29) 4 (rect 0 421 800 29)
5 ) 5 )
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 800.00 600.00) 7 (bounds 800.00 600.00)
8 (children 1 8 (children 1
9 (GraphicsLayer 9 (GraphicsLayer
10 (bounds 800.00 600.00) 10 (bounds 800.00 600.00)
11 (contentsOpaque 1) 11 (contentsOpaque 1)
12 (children 1 12 (children 1
13 (GraphicsLayer 13 (GraphicsLayer
14 (position 8.00 42.00) 14 (position 8.00 42.00)
15 (bounds 400.00 400.00) 15 (bounds 400.00 400.00)
16 (contentsOpaque 1) 16 (contentsOpaque 1)
17 (drawsContent 1)
18 (backgroundColor #008000)
19 (repaint rects
20 (rect 0.00 0.00 400.00 400.00)
21 (rect 0.00 0.00 400.00 400.00)
22 (rect 0.00 0.00 400.00 400.00)
23 )
17 (children 1 24 (children 1
18 (GraphicsLayer 25 (GraphicsLayer
19 (position 50.00 50.00) 26 (position 50.00 50.00)
20 (bounds 75.00 75.00) 27 (bounds 75.00 75.00)
21 (contentsOpaque 1) 28 (contentsOpaque 1)
29 (drawsContent 1)
30 (backgroundColor #0000FF)
31 (repaint rects
32 (rect 0.00 0.00 75.00 75.00)
33 (rect 0.00 0.00 75.00 75.00)
34 (rect 0.00 0.00 75.00 75.00)
35 )
22 ) 36 )
23 ) 37 )
24 ) 38 )
25 ) 39 )
26 ) 40 )
27 ) 41 )
28 ) 42 )
29 43
OLDNEW
« no previous file with comments | « LayoutTests/compositing/overflow/resize-painting-expected.txt ('k') | LayoutTests/compositing/rtl/rtl-absolute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698