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

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

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"], 3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"], 9 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"],
10 "children": [ 10 "children": [
11 { 11 {
12 "position": [8, 8], 12 "position": [8, 8],
13 "bounds": [102, 102], 13 "bounds": [102, 102],
14 "drawsContent": true, 14 "drawsContent": true,
15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint Mask", "GraphicsLayerPaintCompositedScroll"], 15 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaint Mask", "GraphicsLayerPaintCompositedScroll"],
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [1, 1], 18 "position": [1, 1],
19 "bounds": [85, 85], 19 "bounds": [85, 85],
20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"], 20 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"],
21 "children": [ 21 "children": [
22 { 22 {
23 "bounds": [85, 120], 23 "bounds": [85, 120],
24 "shouldFlattenTransform": false, 24 "shouldFlattenTransform": false,
25 "drawsContent": true, 25 "drawsContent": true,
26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], 26 "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLa yerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"],
27 "children": [ 27 "children": [
28 { 28 {
29 "shouldFlattenTransform": false,
29 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] 30 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"]
30 } 31 }
31 ] 32 ]
32 } 33 }
33 ] 34 ]
34 }, 35 },
35 { 36 {
36 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"], 37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerP aintForeground", "GraphicsLayerPaintMask"],
37 "children": [ 38 "children": [
38 { 39 {
(...skipping 14 matching lines...) Expand all
53 } 54 }
54 ] 55 ]
55 } 56 }
56 ] 57 ]
57 } 58 }
58 ] 59 ]
59 } 60 }
60 ] 61 ]
61 } 62 }
62 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698