| Index: cc/scoped_resource.h
|
| diff --git a/cc/scoped_resource.h b/cc/scoped_resource.h
|
| index c1123007e8166b995b7826b18e998f7a8a5fe5a9..7f0814fc5972e8272e592b0ab3b49f5cd826c596 100644
|
| --- a/cc/scoped_resource.h
|
| +++ b/cc/scoped_resource.h
|
| @@ -25,7 +25,7 @@ class CC_EXPORT ScopedResource : public Resource {
|
| }
|
| virtual ~ScopedResource();
|
|
|
| - bool Allocate(int pool, const gfx::Size&, GLenum format,
|
| + bool Allocate(const gfx::Size&, GLenum format,
|
| ResourceProvider::TextureUsageHint);
|
| void Free();
|
| void Leak();
|
|
|