| 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; }
|
|
|