|
cc: Include pictures in trace output for DisplayItemLists
This makes DisplayItemList::AsValue() include a serialized SkPicture
containing the list's items. This is needed so that layers backed by
DisplayItemLists can have their contents and draw operations inspected
in Frame Viewer (this will still require a follow-up patch in
trace-viewer).
BUG= 444181
Committed: https://crrev.com/d7dd21abc088c4fbb0d67dcde2ae9f8f0120ec76
Cr-Commit-Position: refs/heads/master@{#310645}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -47 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/debug/picture_debug_util.h
|
View
|
1
2
3
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/debug/picture_debug_util.cc
|
View
|
1
2
3
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/display_item.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/display_item.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/display_item_list.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/display_item_list.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/display_list_recording_source.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/drawing_display_item.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/drawing_display_item.cc
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -46 lines |
0 comments
|
Download
|
Total messages: 10 (2 generated)
|