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

Unified Diff: cc/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/texture_uploader.h
diff --git a/cc/texture_uploader.h b/cc/texture_uploader.h
index 950fb8262ae191dd4a5c9d0fc273bd3a534a6e32..2ef6f3ea52bb0309e4ed129c802787590e8e849e 100644
--- a/cc/texture_uploader.h
+++ b/cc/texture_uploader.h
@@ -12,8 +12,8 @@ class SkPicture;
namespace cc {
-class CCPrioritizedTexture;
-class CCResourceProvider;
+class PrioritizedTexture;
+class ResourceProvider;
class TextureUploader {
public:
@@ -23,7 +23,7 @@ public:
IntSize destOffset;
};
struct Parameters {
- CCPrioritizedTexture* texture;
+ PrioritizedTexture* texture;
const SkBitmap* bitmap;
SkPicture* picture;
Geometry geometry;
@@ -36,7 +36,7 @@ public:
// Returns our throughput on the GPU process
virtual double estimatedTexturesPerSecond() = 0;
- virtual void uploadTexture(CCResourceProvider*, Parameters) = 0;
+ virtual void uploadTexture(ResourceProvider*, Parameters) = 0;
};
}
« cc/active_animation.h ('K') | « cc/texture_update_queue.cc ('k') | cc/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698