|
cc/blimp: Set up the framework for state serialization.
1) Split the inputs and rest of the fields in the protos so we only
serialize the inputs for the new serialization code.
2) Add a CompositorStateDeserializer to deserialize compositor protos.
BUG= 648442
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
Committed: https://crrev.com/0c4d7f1fac75e0d294b10f7ba465d99469b81d55
Cr-Commit-Position: refs/heads/master@{#423001}
Total comments: 2
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1157 lines, -161 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/compositor_proto_state.h
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/compositor_proto_state.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/compositor_state_deserializer.h
|
View
|
1
2
3
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/compositor_state_deserializer.cc
|
View
|
1
2
3
|
1 chunk |
+277 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/compositor_state_deserializer_client.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/compositor_state_deserializer_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+421 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/blimp/layer_factory.h
|
View
|
1
2
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/layer_tree_host_remote.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/layer_tree_host_remote.cc
|
View
|
1
2
|
4 chunks |
+29 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
3
4
|
5 chunks |
+68 lines, -38 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_unittest.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/solid_color_scrollbar_layer.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/solid_color_scrollbar_layer.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/proto/compositor_message.proto
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer.proto
|
View
|
1
2
|
2 chunks |
+51 lines, -35 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer_tree.proto
|
View
|
|
1 chunk |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer_tree_host.proto
|
View
|
1
2
3
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
cc/test/remote_client_layer_factory.h
|
View
|
1
2
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/test/remote_client_layer_factory.cc
|
View
|
1
2
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree.cc
|
View
|
1
2
3
4
|
5 chunks |
+32 lines, -24 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_in_process.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_serialization.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
Total messages: 31 (11 generated)
|