| Index: cc/layers/layer_impl.h | 
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h | 
| index e9b260d14221594427ac874c0ad6f43c3e93c8eb..4d2e85310fb23b08bb6659ef7414bade89188fda 100644 | 
| --- a/cc/layers/layer_impl.h | 
| +++ b/cc/layers/layer_impl.h | 
| @@ -143,7 +143,8 @@ class CC_EXPORT LayerImpl { | 
| } | 
|  | 
| virtual void GetContentsResourceId(ResourceId* resource_id, | 
| -                                     gfx::Size* resource_size) const; | 
| +                                     gfx::Size* resource_size, | 
| +                                     gfx::SizeF* resource_uv_size) const; | 
|  | 
| virtual void NotifyTileStateChanged(const Tile* tile) {} | 
|  | 
|  |