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

Unified Diff: cc/delegating_renderer.h

Issue 11618026: Move filters to RenderPassDrawQuad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « no previous file | cc/delegating_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delegating_renderer.h
diff --git a/cc/delegating_renderer.h b/cc/delegating_renderer.h
index 5e7b06024d1b750e4ea1313f1680d03b5c31ba57..579307931b5755e7d050919e128c36561fa9359f 100644
--- a/cc/delegating_renderer.h
+++ b/cc/delegating_renderer.h
@@ -26,8 +26,7 @@ class CC_EXPORT DelegatingRenderer :
virtual const RendererCapabilities& capabilities() const OVERRIDE;
- virtual void drawFrame(RenderPassList& render_passes_in_draw_order,
- RenderPassIdHashMap& render_passes_by_id) OVERRIDE;
+ virtual void drawFrame(RenderPassList& render_passes_in_draw_order) OVERRIDE;
virtual void finish() OVERRIDE {}
« no previous file with comments | « no previous file | cc/delegating_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698