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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2476813002: Move LayoutObject::m_previousPosition... into a global map in ObjectPaintInvalidator (Closed)
Patch Set: - 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 21 matching lines...) Expand all
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGEllipse circle", 35 "object": "LayoutSVGEllipse circle",
36 "rect": [242, 51, 167, 200], 36 "rect": [242, 51, 167, 200],
37 "reason": "bounds change" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGEllipse circle", 40 "object": "LayoutSVGEllipse circle",
41 "rect": [9, 251, 167, 200], 41 "rect": [9, 251, 167, 200],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGEllipse circle", 45 "object": "LayoutSVGEllipse circle",
46 "rect": [9, 51, 167, 200], 46 "rect": [9, 51, 167, 200],
47 "reason": "bounds change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGContainer g", 50 "object": "LayoutSVGContainer g",
51 "rect": [17, 217, 84, 68], 51 "rect": [17, 217, 84, 68],
52 "reason": "bounds change" 52 "reason": "bounds change"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 { 106 {
107 "object": "LayoutSVGResourceMasker mask id='mask'", 107 "object": "LayoutSVGResourceMasker mask id='mask'",
108 "reason": "location change" 108 "reason": "location change"
109 }, 109 },
110 { 110 {
111 "object": "LayoutSVGEllipse circle", 111 "object": "LayoutSVGEllipse circle",
112 "reason": "bounds change" 112 "reason": "bounds change"
113 }, 113 },
114 { 114 {
115 "object": "LayoutSVGEllipse circle", 115 "object": "LayoutSVGEllipse circle",
116 "reason": "location change" 116 "reason": "bounds change"
117 }, 117 },
118 { 118 {
119 "object": "LayoutSVGEllipse circle", 119 "object": "LayoutSVGEllipse circle",
120 "reason": "bounds change" 120 "reason": "bounds change"
121 }, 121 },
122 { 122 {
123 "object": "LayoutSVGEllipse circle", 123 "object": "LayoutSVGEllipse circle",
124 "reason": "bounds change" 124 "reason": "bounds change"
125 }, 125 },
126 { 126 {
127 "object": "LayoutSVGContainer g", 127 "object": "LayoutSVGContainer g",
128 "reason": "bounds change" 128 "reason": "bounds change"
129 }, 129 },
130 { 130 {
131 "object": "LayoutSVGRect rect", 131 "object": "LayoutSVGRect rect",
132 "reason": "bounds change" 132 "reason": "bounds change"
133 } 133 }
134 ] 134 ]
135 } 135 }
136 136
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698