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

Unified Diff: cc/renderer.h

Issue 11618026: Move filters to RenderPassDrawQuad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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;

Powered by Google App Engine
This is Rietveld 408576698