[go: nahoru, domu]

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

Review URL: https://codereview.chromium.org/1527863002

Cr-Commit-Position: refs/heads/master@{#367300}
17 files changed