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

Unified Diff: cc/quad_sink.h

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings Created 7 years, 9 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/quad_culler_unittest.cc ('k') | cc/render_surface.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 8fdbddb70d49d1504d1e7a8fb08907815591a01f..50b229ab8bafdab5f331335f9dcfdf91b9d9df43 100644
--- a/cc/quad_sink.h
+++ b/cc/quad_sink.h
@@ -24,7 +24,7 @@ public:
virtual SharedQuadState* useSharedQuadState(scoped_ptr<SharedQuadState>) = 0;
// Returns true if the quad is added to the list, and false if the quad is entirely culled.
- virtual bool append(scoped_ptr<DrawQuad> passDrawQuad, AppendQuadsData&) = 0;
+ virtual bool append(scoped_ptr<DrawQuad> passDrawQuad, AppendQuadsData*) = 0;
};
}
« no previous file with comments | « cc/quad_culler_unittest.cc ('k') | cc/render_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698