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

Unified Diff: cc/tile_draw_quad.h

Issue 11418047: cc: Turn DrawQuad into a struct-like class with public data members. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no virtual for SetAll() 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/texture_draw_quad.cc ('k') | cc/tile_draw_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_draw_quad.h
diff --git a/cc/tile_draw_quad.h b/cc/tile_draw_quad.h
index 56fb925341f39c478f1c34bd5e1d19767ba7d34e..dd5776e057183e3a287b2fe06f9eebee7c5d5f98 100644
--- a/cc/tile_draw_quad.h
+++ b/cc/tile_draw_quad.h
@@ -23,6 +23,8 @@ public:
gfx::Size textureSize() const { return m_textureSize; }
bool swizzleContents() const { return m_swizzleContents; }
+ // TODO(danakj): Stick the data used to compute these things in the quad
+ // instead so the parent compositor can decide to use AA on its own.
bool leftEdgeAA() const { return m_leftEdgeAA; }
bool topEdgeAA() const { return m_topEdgeAA; }
bool rightEdgeAA() const { return m_rightEdgeAA; }
« no previous file with comments | « cc/texture_draw_quad.cc ('k') | cc/tile_draw_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698