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

Side by Side Diff: LayoutTests/compositing/will-change/gpu-rasterization-hint-expected.txt

Issue 183103007: Implement will-change-based GPU rasterization hint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
(Empty)
1 (GraphicsLayer
2 (bounds 800.00 600.00)
3 (children 1
4 (GraphicsLayer
5 (bounds 800.00 600.00)
6 (contentsOpaque 1)
7 (drawsContent 1)
8 (children 5
9 (GraphicsLayer
10 (position 120.00 0.00)
11 (bounds 50.00 50.00)
12 (contentsOpaque 1)
13 (drawsContent 1)
14 (backgroundColor #0000FF)
15 )
16 (GraphicsLayer
17 (position 0.00 60.00)
18 (bounds 50.00 50.00)
19 (contentsOpaque 1)
20 (drawsContent 1)
21 (hasGpuRasterizationHint 1)
22 (backgroundColor #008000)
23 )
24 (GraphicsLayer
25 (position 60.00 60.00)
26 (bounds 50.00 50.00)
27 (contentsOpaque 1)
28 (drawsContent 1)
29 (hasGpuRasterizationHint 1)
30 (backgroundColor #008000)
31 )
32 (GraphicsLayer
33 (position 120.00 60.00)
34 (bounds 50.00 50.00)
35 (contentsOpaque 1)
36 (drawsContent 1)
37 (hasGpuRasterizationHint 1)
38 (backgroundColor #008000)
39 )
40 (GraphicsLayer
41 (position 0.00 120.00)
42 (bounds 50.00 50.00)
43 (contentsOpaque 1)
44 (drawsContent 1)
45 (hasGpuRasterizationHint 1)
46 (backgroundColor #008000)
47 )
48 )
49 )
50 )
51 )
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698