Index: cc/quads/shared_quad_state.h |
diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h |
index dde87a8511e7ca813a746c1d6326249308d79d44..0f81d6f23c811e6312641c0b27615f2f9b388b66 100644 |
--- a/cc/quads/shared_quad_state.h |
+++ b/cc/quads/shared_quad_state.h |
@@ -19,7 +19,6 @@ class Value; |
} |
namespace cc { |
- |
danakj
2014/09/26 20:40:55
don't
|
// SharedQuadState holds a set of properties that are common across multiple |
// DrawQuads. It's purely an optimization - the properties behave in exactly the |
// same way as if they were replicated on each DrawQuad. A given SharedQuadState |