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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
(...skipping 26 matching lines...) Expand all
37 "reason": "bounds change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGRect rect id='targetRect'", 40 "object": "LayoutSVGRect rect id='targetRect'",
41 "rect": [109, 169, 200, 200], 41 "rect": [109, 169, 200, 200],
42 "reason": "bounds change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGRect rect id='targetRect'", 45 "object": "LayoutSVGRect rect id='targetRect'",
46 "rect": [9, 169, 200, 200], 46 "rect": [9, 169, 200, 200],
47 "reason": "full" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGContainer g id='targetUse'", 50 "object": "LayoutSVGContainer g id='targetUse'",
51 "rect": [59, 269, 50, 200], 51 "rect": [59, 269, 50, 200],
52 "reason": "bounds change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGContainer use", 55 "object": "LayoutSVGContainer use",
56 "rect": [59, 269, 50, 200], 56 "rect": [59, 269, 50, 200],
57 "reason": "bounds change" 57 "reason": "bounds change"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "object": "LayoutSVGRoot svg", 92 "object": "LayoutSVGRoot svg",
93 "reason": "forced by layout" 93 "reason": "forced by layout"
94 }, 94 },
95 { 95 {
96 "object": "LayoutSVGHiddenContainer defs", 96 "object": "LayoutSVGHiddenContainer defs",
97 "reason": "location change" 97 "reason": "location change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGRect rect id='targetRect'", 100 "object": "LayoutSVGRect rect id='targetRect'",
101 "reason": "full" 101 "reason": "bounds change"
102 }, 102 },
103 { 103 {
104 "object": "LayoutSVGContainer use id='targetUse'", 104 "object": "LayoutSVGContainer use id='targetUse'",
105 "reason": "bounds change" 105 "reason": "bounds change"
106 }, 106 },
107 { 107 {
108 "object": "LayoutSVGRect rect id='targetRect'", 108 "object": "LayoutSVGRect rect id='targetRect'",
109 "reason": "bounds change" 109 "reason": "bounds change"
110 }, 110 },
111 { 111 {
112 "object": "LayoutSVGContainer use", 112 "object": "LayoutSVGContainer use",
113 "reason": "bounds change" 113 "reason": "bounds change"
114 }, 114 },
115 { 115 {
116 "object": "LayoutSVGContainer g id='targetUse'", 116 "object": "LayoutSVGContainer g id='targetUse'",
117 "reason": "bounds change" 117 "reason": "bounds change"
118 }, 118 },
119 { 119 {
120 "object": "LayoutSVGRect rect id='targetRect'", 120 "object": "LayoutSVGRect rect id='targetRect'",
121 "reason": "bounds change" 121 "reason": "bounds change"
122 } 122 }
123 ] 123 ]
124 } 124 }
125 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698