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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/update-paint-phases-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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 {
2 "bounds": [800, 600],
3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"],
10 "children": [
11 {
12 "position": [8, 8],
13 "bounds": [102, 102],
14 "drawsContent": true,
15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint Mask", "GraphicsLayerPaintCompositedScroll"],
16 "children": [
17 {
18 "position": [1, 1],
19 "bounds": [85, 85],
20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"],
21 "children": [
22 {
23 "bounds": [85, 120],
24 "shouldFlattenTransform": false,
25 "drawsContent": true,
26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"],
27 "children": [
28 {
29 "shouldFlattenTransform": false,
30 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"]
31 }
32 ]
33 }
34 ]
35 },
36 {
37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"],
38 "children": [
39 {
40 "position": [1, 86],
41 "bounds": [85, 15],
42 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"]
43 },
44 {
45 "position": [86, 1],
46 "bounds": [15, 85],
47 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"]
48 },
49 {
50 "position": [86, 86],
51 "bounds": [15, 15],
52 "drawsContent": true,
53 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"]
54 }
55 ]
56 }
57 ]
58 }
59 ]
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698