summaryrefslogtreecommitdiffstats
path: root/cc/quads/draw_quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/quads/draw_quad.h')
-rw-r--r--cc/quads/draw_quad.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
index 07bf177..d5d431e 100644
--- a/cc/quads/draw_quad.h
+++ b/cc/quads/draw_quad.h
@@ -27,10 +27,10 @@ namespace cc {
// Note: quads contain rects and sizes, which live in different spaces. There is
// the "content space", which is the arbitrary space in which the quad's
// geometry is defined (generally related to the layer that produced the quad,
-// e.g. the content space for TiledLayerImpls, or the geometry space for
-// PictureLayerImpls). There is also the "target space", which is the space, in
-// "physical" pixels, of the render target where the quads is drawn. The quad's
-// transform maps the content space to the target space.
+// e.g. the geometry space for PictureLayerImpls or the layer's coordinate space
+// for most other layers). There is also the "target space", which is the space,
+// in "physical" pixels, of the render target where the quads is drawn. The
+// quad's transform maps the content space to the target space.
class CC_EXPORT DrawQuad {
public:
enum Material {