| Index: cc/resources/resource_format.h
|
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
|
| index 577076f18979a87ee2700ffb449a7dd77b3f5d87..275053f476cca49f29abcaf58ab1c68f32a614ce 100644
|
| --- a/cc/resources/resource_format.h
|
| +++ b/cc/resources/resource_format.h
|
| @@ -34,6 +34,7 @@ CC_EXPORT int BitsPerPixel(ResourceFormat format);
|
| CC_EXPORT GLenum GLDataType(ResourceFormat format);
|
| CC_EXPORT GLenum GLDataFormat(ResourceFormat format);
|
| CC_EXPORT GLenum GLInternalFormat(ResourceFormat format);
|
| +CC_EXPORT GLenum GLCopyTextureInternalFormat(ResourceFormat format);
|
| CC_EXPORT gfx::BufferFormat BufferFormat(ResourceFormat format);
|
|
|
| bool IsResourceFormatCompressed(ResourceFormat format);
|
|
|