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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-use-without-attributes-on-symbol-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 16 matching lines...) Expand all
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
31 "rect": [27, 67, 364, 364], 31 "rect": [27, 67, 364, 364],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGPath path", 35 "object": "LayoutSVGPath path",
36 "rect": [16, 57, 136, 137], 36 "rect": [16, 57, 136, 137],
37 "reason": "full" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGContainer use", 40 "object": "LayoutSVGContainer use",
41 "rect": [13, 205, 92, 91], 41 "rect": [13, 205, 92, 91],
42 "reason": "bounds change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGPath path", 45 "object": "LayoutSVGPath path",
46 "rect": [13, 205, 92, 91], 46 "rect": [13, 205, 92, 91],
47 "reason": "bounds change" 47 "reason": "bounds change"
(...skipping 27 matching lines...) Expand all
75 { 75 {
76 "object": "LayoutSVGHiddenContainer defs", 76 "object": "LayoutSVGHiddenContainer defs",
77 "reason": "location change" 77 "reason": "location change"
78 }, 78 },
79 { 79 {
80 "object": "LayoutSVGHiddenContainer symbol id='gamesBorder'", 80 "object": "LayoutSVGHiddenContainer symbol id='gamesBorder'",
81 "reason": "location change" 81 "reason": "location change"
82 }, 82 },
83 { 83 {
84 "object": "LayoutSVGPath path", 84 "object": "LayoutSVGPath path",
85 "reason": "full" 85 "reason": "bounds change"
86 }, 86 },
87 { 87 {
88 "object": "LayoutSVGContainer use", 88 "object": "LayoutSVGContainer use",
89 "reason": "bounds change" 89 "reason": "bounds change"
90 }, 90 },
91 { 91 {
92 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 92 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
93 "reason": "bounds change" 93 "reason": "bounds change"
94 }, 94 },
95 { 95 {
96 "object": "LayoutSVGPath path", 96 "object": "LayoutSVGPath path",
97 "reason": "bounds change" 97 "reason": "bounds change"
98 } 98 }
99 ] 99 ]
100 } 100 }
101 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698