| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index 8d28f5dd18548b48ac1a71fae94b5cf100065253..8f30a83b9c39cb0d1034d60aa141dd51a0544636 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -691,7 +691,8 @@ Region PictureLayerImpl::GetInvalidationRegionForDebugging() {
|
| return IntersectRegions(invalidation_, update_rect());
|
| }
|
|
|
| -ScopedTilePtr PictureLayerImpl::CreateTile(const Tile::CreateInfo& info) {
|
| +std::unique_ptr<Tile> PictureLayerImpl::CreateTile(
|
| + const Tile::CreateInfo& info) {
|
| int flags = 0;
|
|
|
| // We don't handle solid color masks, so we shouldn't bother analyzing those.
|
|
|