| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index f11ad276a153b77bfb62e4772d15ce1af45cdab4..495ed87da47aa60215dfa1f12252e87e4d4caecb 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -618,8 +618,9 @@ Region PictureLayerImpl::GetInvalidationRegion() {
|
| return IntersectRegions(invalidation_, update_rect());
|
| }
|
|
|
| -ScopedTilePtr PictureLayerImpl::CreateTile(float contents_scale,
|
| - const gfx::Rect& content_rect) {
|
| +scoped_refptr<Tile> PictureLayerImpl::CreateTile(
|
| + float contents_scale,
|
| + const gfx::Rect& content_rect) {
|
| int flags = 0;
|
|
|
| // We don't handle solid color masks, so we shouldn't bother analyzing those.
|
|
|