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

Unified Diff: cc/quad_sink.h

Issue 11416088: cc: Turn SharedQuadState into a struct-like class similar to DrawQuads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix debug build Created 8 years, 1 month 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/quad_culler.cc ('k') | cc/render_pass.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quad_sink.h
diff --git a/cc/quad_sink.h b/cc/quad_sink.h
index c9bbcac38805d5a119144ffff11276419231a224..8fdbddb70d49d1504d1e7a8fb08907815591a01f 100644
--- a/cc/quad_sink.h
+++ b/cc/quad_sink.h
@@ -11,9 +11,9 @@
namespace cc {
class DrawQuad;
+class SharedQuadState;
struct AppendQuadsData;
-struct SharedQuadState;
class CC_EXPORT QuadSink {
public:
« no previous file with comments | « cc/quad_culler.cc ('k') | cc/render_pass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698