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

Unified Diff: cc/CCRenderer.h

Issue 10917251: Move TextureCopier and TextureUploader from CCRenderer to CCResourceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix rebase merge issues Created 8 years, 3 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
« no previous file with comments | « cc/CCPrioritizedTextureTest.cpp ('k') | cc/CCRendererGL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderer.h
diff --git a/cc/CCRenderer.h b/cc/CCRenderer.h
index 0dd6c438f9d748402c60588f23d13b8d144a84fd..c28df4f0c80ca35124b4a181706b90db2fead28b 100644
--- a/cc/CCRenderer.h
+++ b/cc/CCRenderer.h
@@ -15,10 +15,6 @@
namespace cc {
class CCScopedTexture;
-class TextureCopier;
-class TextureUploader;
-
-enum TextureUploaderOption { ThrottledUploader, UnthrottledUploader };
class CCRendererClient {
public:
@@ -69,9 +65,6 @@ public:
virtual void getFramebufferPixels(void *pixels, const IntRect&) = 0;
- virtual TextureCopier* textureCopier() const = 0;
- virtual TextureUploader* textureUploader() const = 0;
-
virtual bool isContextLost() { return false; }
virtual void setVisible(bool) = 0;
« no previous file with comments | « cc/CCPrioritizedTextureTest.cpp ('k') | cc/CCRendererGL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698