diff options
Diffstat (limited to 'cc/scoped_resource.h')
-rw-r--r-- | cc/scoped_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/scoped_resource.h b/cc/scoped_resource.h index c112300..7f0814f 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(); |