| Index: cc/layers/picture_layer_impl.h | 
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h | 
| index ba8fa4cd5224c5b0d5a7667f6a3ffd28bafc3dab..93316fbc363110cf98cc8b6a9996045000f827b4 100644 | 
| --- a/cc/layers/picture_layer_impl.h | 
| +++ b/cc/layers/picture_layer_impl.h | 
| @@ -77,7 +77,8 @@ class CC_EXPORT PictureLayerImpl | 
|  | 
| // Mask-related functions. | 
| void GetContentsResourceId(ResourceId* resource_id, | 
| -                             gfx::Size* resource_size) const override; | 
| +                             gfx::Size* resource_size, | 
| +                             gfx::SizeF* resource_uv_size) const override; | 
|  | 
| void SetNearestNeighbor(bool nearest_neighbor); | 
|  | 
|  |