| Index: cc/scoped_texture.cc
|
| diff --git a/cc/scoped_texture.cc b/cc/scoped_texture.cc
|
| index ff54056721466f4168b5ba22de9bbc728d7c362e..383c6e79eae9464a0d4d97a8e9370edc364ad590 100644
|
| --- a/cc/scoped_texture.cc
|
| +++ b/cc/scoped_texture.cc
|
| @@ -19,7 +19,7 @@ CCScopedTexture::~CCScopedTexture()
|
| free();
|
| }
|
|
|
| -bool CCScopedTexture::allocate(int pool, const IntSize& size, GC3Denum format, CCResourceProvider::TextureUsageHint hint)
|
| +bool CCScopedTexture::allocate(int pool, const IntSize& size, GLenum format, CCResourceProvider::TextureUsageHint hint)
|
| {
|
| DCHECK(!id());
|
| DCHECK(!size.isEmpty());
|
|
|