| Index: cc/scheduler/texture_uploader.cc
|
| diff --git a/cc/scheduler/texture_uploader.cc b/cc/scheduler/texture_uploader.cc
|
| index ba4e3721758f56e12720065c08f6655789bc6562..91d80474ce0684e9f6737620066a4f3fc937dc6d 100644
|
| --- a/cc/scheduler/texture_uploader.cc
|
| +++ b/cc/scheduler/texture_uploader.cc
|
| @@ -38,7 +38,7 @@ static const size_t kTextureUploadFlushPeriod = 4;
|
|
|
| namespace cc {
|
|
|
| -TextureUploader::Query::Query(WebKit::WebGraphicsContext3D* context)
|
| +TextureUploader::Query::Query(blink::WebGraphicsContext3D* context)
|
| : context_(context),
|
| query_id_(0),
|
| value_(0),
|
| @@ -74,7 +74,7 @@ unsigned TextureUploader::Query::Value() {
|
| return value_;
|
| }
|
|
|
| -TextureUploader::TextureUploader(WebKit::WebGraphicsContext3D* context,
|
| +TextureUploader::TextureUploader(blink::WebGraphicsContext3D* context,
|
| bool use_map_tex_sub_image,
|
| bool use_shallow_flush)
|
| : context_(context),
|
|
|