|
Add protobuf serialization to DisplayItemList
Serialize the following classes:
- DisplayItemListSettings
- DisplayItemList
- DisplayItem and all subclasses
- Did not fully serialize FilterDisplayItem. Serializing
FilterOperations will require more work. Will do in a follow up CL.
Added unit tests for all DisplayItems serialized.
BUG= 541321
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/2191e4d3cb6b574fd532547a8f93e02f9168a706
Cr-Commit-Position: refs/heads/master@{#356563}
Total comments: 4
Total comments: 19
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+787 lines, -13 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/clip_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/clip_display_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/clip_path_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/clip_path_display_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/compositing_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/compositing_display_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item_list.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item_list.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+41 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item_list_settings.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item_list_settings.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_item_list_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+237 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/playback/display_item_proto_factory.h
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/playback/display_item_proto_factory.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/drawing_display_item.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/drawing_display_item.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/filter_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/filter_display_item.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/float_clip_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/float_clip_display_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/transform_display_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/playback/transform_display_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/proto/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
cc/proto/display_item.proto
|
View
|
1
2
3
4
5
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/proto/gfx_conversions.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/proto/skia_conversions.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (2 generated)
|