| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index bca8224974ce4e1a951a51f213f25900987b9166..119b0d4f719aff44aff0f096c7cbabb52f410f33 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -77,7 +77,7 @@ class CC_EXPORT PictureLayerImpl
|
| WhichTree GetTree() const;
|
|
|
| // Mask-related functions.
|
| - void GetContentsResourceId(ResourceProvider::ResourceId* resource_id,
|
| + void GetContentsResourceId(ResourceId* resource_id,
|
| gfx::Size* resource_size) const override;
|
|
|
| void SetNearestNeighbor(bool nearest_neighbor);
|
|
|