| Index: cc/output/direct_renderer.h
|
| diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
|
| index a4f184a30e6c141834c6917c91865a9cb0746382..87e64d68073f4535173bbac4437b4d4d753259f7 100644
|
| --- a/cc/output/direct_renderer.h
|
| +++ b/cc/output/direct_renderer.h
|
| @@ -139,6 +139,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
|
| DrawingFrame* frame,
|
| scoped_ptr<CopyOutputRequest> request) = 0;
|
|
|
| + // TODO(danakj): Just use a vector of pairs here? Hash map is way overkill.
|
| base::ScopedPtrHashMap<RenderPassId, scoped_ptr<ScopedResource>>
|
| render_pass_textures_;
|
| OutputSurface* output_surface_;
|
|
|