| Index: cc/scoped_texture.h
|
| diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
|
| index 90ed719c8fa42e25fea5e934b9010878ef49ebc9..ef322613903a6d3677b8473fc983c8e6dc47f2e3 100644
|
| --- a/cc/scoped_texture.h
|
| +++ b/cc/scoped_texture.h
|
| @@ -26,7 +26,7 @@ public:
|
| using Texture::format;
|
| using Texture::bytes;
|
|
|
| - bool allocate(int pool, const IntSize&, GLenum format, ResourceProvider::TextureUsageHint);
|
| + bool allocate(int pool, const gfx::Size&, GLenum format, ResourceProvider::TextureUsageHint);
|
| void free();
|
| void leak();
|
|
|
|
|