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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt

Issue 2577123002: Add optional debugging output of what paint chunks go into what layers. (Closed)
Patch Set: none Created 4 years 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 "paintChunkContents": [
9 [
10 {
11 "index": 2,
12 "type": "DrawingDocumentBackground",
13 "clientDebugName": "clientDebugName: \"LayoutView #document\"",
chrishtr 2016/12/15 21:26:18 This is just an example, probably best to revert i
14 "visualRect": "[0,0 800x600]"
15 },
16 {
17 "index": 4,
18 "type": "DrawingBoxDecorationBackground",
19 "clientDebugName": "clientDebugName: \"LayoutBlockFlow (positioned) DIV id='target'\"",
20 "visualRect": "[20,20 100x100]"
21 }
22 ]
23 ],
8 "paintInvalidations": [ 24 "paintInvalidations": [
9 { 25 {
10 "object": "LayoutBlockFlow (positioned) DIV id='target'", 26 "object": "LayoutBlockFlow (positioned) DIV id='target'",
11 "rect": [20, 20, 100, 100], 27 "rect": [20, 20, 100, 100],
12 "reason": "bounds change" 28 "reason": "bounds change"
13 }, 29 },
14 { 30 {
15 "object": "LayoutBlockFlow (positioned) DIV id='target'", 31 "object": "",
16 "rect": [0, 0, 100, 100], 32 "rect": [0, 0, 100, 100],
17 "reason": "bounds change" 33 "reason": "full"
18 } 34 }
19 ] 35 ]
20 } 36 }
21 ], 37 ],
22 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
23 { 39 {
24 "object": "LayoutBlockFlow (positioned) DIV id='target'", 40 "object": "LayoutBlockFlow (positioned) DIV id='target'",
25 "reason": "bounds change" 41 "reason": "bounds change"
26 } 42 }
27 ] 43 ]
28 } 44 }
29 45
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/margin.html ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698