| Index: cc/scheduler/texture_uploader.h
|
| diff --git a/cc/scheduler/texture_uploader.h b/cc/scheduler/texture_uploader.h
|
| index a131ba04f9e204561c60a126909f70254c9b87ac..1ba77b83cada5d3babedf6a1cbb4a742551e9a3c 100644
|
| --- a/cc/scheduler/texture_uploader.h
|
| +++ b/cc/scheduler/texture_uploader.h
|
| @@ -103,6 +103,11 @@ class CC_EXPORT TextureUploader {
|
| gfx::Rect source_rect,
|
| gfx::Vector2d dest_offset,
|
| ResourceFormat format);
|
| + void UploadWithTexSubImageETC1(const uint8* image,
|
| + gfx::Rect image_rect,
|
| + gfx::Rect source_rect,
|
| + gfx::Vector2d dest_offset,
|
| + ResourceFormat format);
|
|
|
| WebKit::WebGraphicsContext3D* context_;
|
| ScopedPtrDeque<Query> pending_queries_;
|
|
|