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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-fixed-centered-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
12 "reason": "bounds change" 12 "reason": "background"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutView #document", 19 "object": "LayoutView #document",
20 "reason": "bounds change" 20 "reason": "background"
21 } 21 }
22 ] 22 ]
23 } 23 }
24 { 24 {
25 "layers": [ 25 "layers": [
26 { 26 {
27 "name": "LayoutView #document", 27 "name": "LayoutView #document",
28 "bounds": [400, 250], 28 "bounds": [400, 250],
29 "contentsOpaque": true, 29 "contentsOpaque": true,
30 "drawsContent": true, 30 "drawsContent": true,
31 "paintInvalidations": [ 31 "paintInvalidations": [
32 { 32 {
33 "object": "LayoutView #document", 33 "object": "LayoutView #document",
34 "rect": [0, 0, 600, 250], 34 "rect": [0, 0, 600, 250],
35 "reason": "bounds change" 35 "reason": "background"
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ], 39 ],
40 "objectPaintInvalidations": [ 40 "objectPaintInvalidations": [
41 { 41 {
42 "object": "LayoutView #document", 42 "object": "LayoutView #document",
43 "reason": "bounds change" 43 "reason": "background"
44 } 44 }
45 ] 45 ]
46 } 46 }
47 { 47 {
48 "layers": [ 48 "layers": [
49 { 49 {
50 "name": "LayoutView #document", 50 "name": "LayoutView #document",
51 "bounds": [400, 600], 51 "bounds": [400, 600],
52 "contentsOpaque": true, 52 "contentsOpaque": true,
53 "drawsContent": true, 53 "drawsContent": true,
54 "paintInvalidations": [ 54 "paintInvalidations": [
55 { 55 {
56 "object": "LayoutView #document", 56 "object": "LayoutView #document",
57 "rect": [0, 0, 400, 600], 57 "rect": [0, 0, 400, 600],
58 "reason": "bounds change" 58 "reason": "background"
59 } 59 }
60 ] 60 ]
61 } 61 }
62 ], 62 ],
63 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
64 { 64 {
65 "object": "LayoutView #document", 65 "object": "LayoutView #document",
66 "reason": "bounds change" 66 "reason": "background"
67 } 67 }
68 ] 68 ]
69 } 69 }
70 { 70 {
71 "layers": [ 71 "layers": [
72 { 72 {
73 "name": "LayoutView #document", 73 "name": "LayoutView #document",
74 "bounds": [800, 600], 74 "bounds": [800, 600],
75 "contentsOpaque": true, 75 "contentsOpaque": true,
76 "drawsContent": true, 76 "drawsContent": true,
77 "paintInvalidations": [ 77 "paintInvalidations": [
78 { 78 {
79 "object": "LayoutView #document", 79 "object": "LayoutView #document",
80 "rect": [0, 0, 800, 600], 80 "rect": [0, 0, 800, 600],
81 "reason": "bounds change" 81 "reason": "background"
82 } 82 }
83 ] 83 ]
84 } 84 }
85 ], 85 ],
86 "objectPaintInvalidations": [ 86 "objectPaintInvalidations": [
87 { 87 {
88 "object": "LayoutView #document", 88 "object": "LayoutView #document",
89 "reason": "bounds change" 89 "reason": "background"
90 } 90 }
91 ] 91 ]
92 } 92 }
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698