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

Unified Diff: cc/renderer.h

Issue 11578019: Remove the pools from the ResourceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-resolve against HEAD Created 8 years 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/prioritized_resource_unittest.cc ('k') | cc/resource_pool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/renderer.h
diff --git a/cc/renderer.h b/cc/renderer.h
index 981679cc08826f942e6e2a17d8ba421f9a64aaf1..87346aa59272daa9db7d3acba8eaf3236d60d408 100644
--- a/cc/renderer.h
+++ b/cc/renderer.h
@@ -32,13 +32,6 @@ protected:
class CC_EXPORT Renderer {
public:
- // This enum defines the various resource pools for the ResourceProvider
- // where textures get allocated.
- enum ResourcePool {
- ImplPool = 1, // This pool is for textures that get allocated on the impl thread (e.g. RenderSurfaces).
- ContentPool // This pool is for textures that get allocated on the main thread (e.g. tiles).
- };
-
virtual ~Renderer() { }
virtual const RendererCapabilities& capabilities() const = 0;
« no previous file with comments | « cc/prioritized_resource_unittest.cc ('k') | cc/resource_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698