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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-polygon-removal-expected.txt

Issue 2455703003: [SPInvalidation] Call LayoutObject::adjustVisualRectForRasterEffects from PaintInvalidator (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": "LayoutSVGPath polygon id='polygon'", 10 "object": "LayoutSVGPath polygon id='polygon'",
11 "rect": [264, 258, 165, 67], 11 "rect": [264, 258, 164, 67],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGPath polygon id='polygon'", 15 "object": "LayoutSVGPath polygon id='polygon'",
16 "rect": [264, 218, 164, 107], 16 "rect": [264, 219, 163, 106],
17 "reason": "full" 17 "reason": "full"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [265, 259, 163, 65], 21 "rect": [265, 259, 163, 65],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRoot svg", 25 "object": "LayoutSVGRoot svg",
26 "rect": [265, 219, 162, 105], 26 "rect": [265, 219, 162, 105],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutSVGRoot svg", 34 "object": "LayoutSVGRoot svg",
35 "reason": "bounds change" 35 "reason": "bounds change"
36 }, 36 },
37 { 37 {
38 "object": "LayoutSVGPath polygon id='polygon'", 38 "object": "LayoutSVGPath polygon id='polygon'",
39 "reason": "full" 39 "reason": "full"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698