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

Unified Diff: cc/draw_quad.h

Issue 11344050: Fix DrawQuad copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 8 years, 2 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 | « no previous file | cc/draw_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/draw_quad.h
diff --git a/cc/draw_quad.h b/cc/draw_quad.h
index d42e32c3ccafed31b11495d8ff15f0ccfb801171..505c01949f55145411531ed986ac77c789b80a3f 100644
--- a/cc/draw_quad.h
+++ b/cc/draw_quad.h
@@ -55,10 +55,6 @@ public:
Material material() const { return m_material; }
- // Returns transfer size of this object based on the derived class (by
- // looking at the material type).
- unsigned size() const;
-
scoped_ptr<DrawQuad> copy(const SharedQuadState* copiedSharedQuadState) const;
const SharedQuadState* sharedQuadState() const { return m_sharedQuadState; }
« no previous file with comments | « no previous file | cc/draw_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698