|
Serialize PictureLayer properties.
Serialize the properties specific to the PictureLayer subclass. This
required a few slight changes:
- Don't query LayerImpl::bounds() in PictureLayer::PushPropertiesTo().
Instead rely on either Layer::bounds() or
Layer::paint_properties().bounds depending on the
source_frame_number. Since LayerImpl's bounds are set by
Layer::PushPropertiesTo() right before this check, this should
result in the same behavior.
- Create an EmptyContentLayerClient to be used by all PictureLayer
instances created by
LayerProtoConverter::FindOrAllocateAndConstruct().
BUG= 538710
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/8e9da48fa5086b27e076b21f729254cc8451c923
Cr-Commit-Position: refs/heads/master@{#367300}
Total comments: 17
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+420 lines, -54 lines) |
Patch |
 |
M |
blimp/common/proto/blimp_message.proto
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/common/proto/input.proto
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/common/proto/tab_control.proto
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/layers/empty_content_layer_client.h
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/layers/empty_content_layer_client.cc
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter.cc
|
View
|
1
2
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+43 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer.h
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer.cc
|
View
|
1
2
|
3 chunks |
+66 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_unittest.cc
|
View
|
1
2
3
|
5 chunks |
+138 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source.cc
|
View
|
1
2
3
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source_unittest.cc
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer.proto
|
View
|
1
2
3
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_display_list_recording_source.cc
|
View
|
1
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
Total messages: 17 (7 generated)
|