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

Unified Diff: cc/throttled_texture_uploader.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months 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
Index: cc/throttled_texture_uploader.h
diff --git a/cc/throttled_texture_uploader.h b/cc/throttled_texture_uploader.h
index dc3955185d1b2d8a2162743bc27753767e372211..9023224a12b6757952293828bff1e691b57186fb 100644
--- a/cc/throttled_texture_uploader.h
+++ b/cc/throttled_texture_uploader.h
@@ -29,7 +29,7 @@ public:
virtual size_t numBlockingUploads() OVERRIDE;
virtual void markPendingUploadsAsNonBlocking() OVERRIDE;
virtual double estimatedTexturesPerSecond() OVERRIDE;
- virtual void uploadTexture(CCResourceProvider*, Parameters) OVERRIDE;
+ virtual void uploadTexture(ResourceProvider*, Parameters) OVERRIDE;
private:
class Query {

Powered by Google App Engine
This is Rietveld 408576698