| Index: cc/resources/scoped_resource.h | 
| diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h | 
| index 6a2c8f1e72760f3513d53e856e284ee2bd5365c9..3a882b848a9908aec598017825c2fbfe97988572 100644 | 
| --- a/cc/resources/scoped_resource.h | 
| +++ b/cc/resources/scoped_resource.h | 
| @@ -26,8 +26,8 @@ class CC_EXPORT ScopedResource : public Resource { | 
| virtual ~ScopedResource(); | 
|  | 
| bool Allocate(gfx::Size size, | 
| -                GLenum format, | 
| -                ResourceProvider::TextureUsageHint hint); | 
| +                ResourceProvider::TextureUsageHint hint, | 
| +                ResourceProvider::Format texture_format); | 
| void Free(); | 
| void Leak(); | 
|  | 
|  |