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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/border-radius-repaint-2-expected.txt

Issue 2449953005: [SPInvalidation] Handle pixel-snapping of paint invalidation rects (Closed)
Patch Set: PaintInvalidationRectInBacking struct 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": [874, 600], 5 "bounds": [874, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#3F3F3F", 8 "backgroundColor": "#3F3F3F",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutView #document", 11 "object": "LayoutView #document",
12 "rect": [0, 600, 874, 180], 12 "rect": [0, 600, 874, 180],
13 "reason": "incremental" 13 "reason": "incremental"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow DIV", 16 "object": "LayoutBlockFlow DIV",
17 "rect": [8, 8, 866, 764], 17 "rect": [8, 8, 866, 764],
18 "reason": "border box change" 18 "reason": "bounds change"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow HTML", 21 "object": "LayoutBlockFlow HTML",
22 "rect": [0, 0, 800, 780], 22 "rect": [0, 0, 800, 780],
23 "reason": "forced by layout" 23 "reason": "forced by layout"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow BODY", 26 "object": "LayoutBlockFlow BODY",
27 "rect": [8, 224, 784, 548], 27 "rect": [8, 224, 784, 548],
28 "reason": "incremental" 28 "reason": "incremental"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow DIV", 31 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 88, 607, 604], 32 "rect": [137, 88, 607, 604],
33 "reason": "border box change" 33 "reason": "bounds change"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ], 37 ],
38 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "reason": "incremental" 41 "reason": "incremental"
42 }, 42 },
43 { 43 {
44 "object": "LayoutBlockFlow HTML", 44 "object": "LayoutBlockFlow HTML",
45 "reason": "forced by layout" 45 "reason": "forced by layout"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow BODY", 48 "object": "LayoutBlockFlow BODY",
49 "reason": "incremental" 49 "reason": "incremental"
50 }, 50 },
51 { 51 {
52 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
53 "reason": "border box change" 53 "reason": "bounds change"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow DIV", 56 "object": "LayoutBlockFlow DIV",
57 "reason": "border box change" 57 "reason": "bounds change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698