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

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: Move hint from WebLayer to WebContentLayer 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 7
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 (GraphicsLayer
49 (position 60.00 120.00)
50 (bounds 50.00 50.00)
51 (contentsOpaque 1)
52 (drawsContent 1)
53 (hasGpuRasterizationHint 1)
54 (backgroundColor #008000)
55 )
56 (GraphicsLayer
57 (position 120.00 120.00)
58 (bounds 50.00 50.00)
59 (contentsOpaque 1)
60 (drawsContent 1)
61 (hasGpuRasterizationHint 1)
62 (backgroundColor #008000)
63 )
64 )
65 )
66 )
67 )
68
OLDNEW
« no previous file with comments | « LayoutTests/compositing/will-change/gpu-rasterization-hint.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698