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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-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": "LayoutSVGContainer g id='group'", 10 "object": "LayoutSVGContainer g id='group'",
11 "rect": [0, 0, 76, 76], 11 "rect": [0, 0, 76, 76],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
16 "rect": [0, 0, 76, 76], 16 "rect": [0, 0, 76, 76],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRoot svg", 20 "object": "LayoutSVGRoot svg",
21 "rect": [0, 40, 76, 36], 21 "rect": [0, 40, 76, 36],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect", 25 "object": "LayoutSVGRect rect",
26 "rect": [-1, -1, 42, 42], 26 "rect": [-1, -1, 41, 41],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRoot svg", 30 "object": "LayoutSVGRoot svg",
31 "rect": [40, 0, 36, 76], 31 "rect": [40, 0, 36, 76],
32 "reason": "incremental" 32 "reason": "incremental"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutSVGRoot svg", 39 "object": "LayoutSVGRoot svg",
40 "reason": "incremental" 40 "reason": "incremental"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGContainer g id='group'", 43 "object": "LayoutSVGContainer g id='group'",
44 "reason": "full" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGRect rect", 47 "object": "LayoutSVGRect rect",
48 "reason": "style change" 48 "reason": "style change"
49 } 49 }
50 ] 50 ]
51 } 51 }
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698