| 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;
|
|
|