Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3309)

Unified Diff: cc/scheduler/texture_uploader.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/scheduler/texture_uploader.h ('k') | cc/scheduler/texture_uploader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « cc/scheduler/texture_uploader.h ('k') | cc/scheduler/texture_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698