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

Unified Diff: cc/quad_culler.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/picture_layer_impl_unittest.cc ('k') | cc/quad_culler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quad_culler.h
diff --git a/cc/quad_culler.h b/cc/quad_culler.h
index 29db35ea07748d5d6b7b3f82494d7608a2d57ec7..8d5cb9c785178633be515ec4d1959656b7bf1b2e 100644
--- a/cc/quad_culler.h
+++ b/cc/quad_culler.h
@@ -22,7 +22,7 @@ public:
// QuadSink implementation.
virtual SharedQuadState* useSharedQuadState(scoped_ptr<SharedQuadState>) OVERRIDE;
- virtual bool append(scoped_ptr<DrawQuad>, AppendQuadsData&) OVERRIDE;
+ virtual bool append(scoped_ptr<DrawQuad>, AppendQuadsData*) OVERRIDE;
private:
QuadList& m_quadList;
« no previous file with comments | « cc/picture_layer_impl_unittest.cc ('k') | cc/quad_culler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698