| Index: cc/renderer.h
|
| diff --git a/cc/renderer.h b/cc/renderer.h
|
| index 36d6791edecc6d32e1154cc23dc65dd96033d4c9..fa4020ff2c1f85c520c5206a0e7f151f19f3c578 100644
|
| --- a/cc/renderer.h
|
| +++ b/cc/renderer.h
|
| @@ -52,8 +52,8 @@ public:
|
| virtual bool haveCachedResourcesForRenderPassId(RenderPass::Id) const;
|
|
|
| // This passes ownership of the render passes to the renderer. It should
|
| - // consume them, and empty the list and hash map.
|
| - virtual void drawFrame(RenderPassList&, RenderPassIdHashMap&) = 0;
|
| + // consume them, and empty the list.
|
| + virtual void drawFrame(RenderPassList&) = 0;
|
|
|
| // waits for rendering to finish
|
| virtual void finish() = 0;
|
|
|