| Index: cc/scoped_texture.h
|
| diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
|
| index 5674c9d5acff268bc3805ad8b0d6bc8549ccc5a9..29f46eec468590fa9ee5c761ee00088ba675587d 100644
|
| --- a/cc/scoped_texture.h
|
| +++ b/cc/scoped_texture.h
|
| @@ -26,7 +26,7 @@ public:
|
| using CCTexture::format;
|
| using CCTexture::bytes;
|
|
|
| - bool allocate(int pool, const IntSize&, GC3Denum format, CCResourceProvider::TextureUsageHint);
|
| + bool allocate(int pool, const IntSize&, GLenum format, CCResourceProvider::TextureUsageHint);
|
| void free();
|
| void leak();
|
|
|
|
|