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

Unified Diff: cc/test/render_pass_test_common.h

Issue 11777025: cc: Implement DelegatingRender::drawFrame() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 11 months 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 | « cc/test/pixel_test_output_surface.h ('k') | cc/test/render_pass_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_common.h
diff --git a/cc/test/render_pass_test_common.h b/cc/test/render_pass_test_common.h
index c565df022d82ed1c3d07fb57d8f01daca239d64b..5134eda7e1a8573900353692c389f3c737774786 100644
--- a/cc/test/render_pass_test_common.h
+++ b/cc/test/render_pass_test_common.h
@@ -26,7 +26,8 @@ class TestRenderPass : public cc::RenderPass {
shared_quad_state_list.append(state.Pass());
}
- void AppendOneOfEveryQuadType(cc::ResourceProvider*);
+ void AppendOneOfEveryQuadType(
+ cc::ResourceProvider*, RenderPass::Id childPass);
piman 2013/01/08 03:41:08 nit: child_pass
danakj 2013/01/08 03:53:40 Done.
protected:
TestRenderPass() : RenderPass() {}
« no previous file with comments | « cc/test/pixel_test_output_surface.h ('k') | cc/test/render_pass_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698