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

Unified Diff: cc/render_pass.cc

Issue 11777025: cc: Implement DelegatingRender::drawFrame() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for-landing 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/render_pass.h ('k') | cc/render_pass_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_pass.cc
diff --git a/cc/render_pass.cc b/cc/render_pass.cc
index 24f1cd51b0e3fb0b044385ab93c82f2109cf560d..f5e64447ee94f8974cff0d42d66c74013ecbbaa1 100644
--- a/cc/render_pass.cc
+++ b/cc/render_pass.cc
@@ -4,6 +4,9 @@
#include "cc/render_pass.h"
+#include "cc/draw_quad.h"
+#include "cc/shared_quad_state.h"
+
namespace cc {
scoped_ptr<RenderPass> RenderPass::Create() {
« no previous file with comments | « cc/render_pass.h ('k') | cc/render_pass_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698