Index: cc/quads/list_container.h |
diff --git a/cc/quads/list_container.h b/cc/quads/list_container.h |
index a61a6e0cb3d2f1701174ac6a9a9b0ff36b1000cd..dd313fc8b45bc67d1b7568bea2dd0d0fe81e6a14 100644 |
--- a/cc/quads/list_container.h |
+++ b/cc/quads/list_container.h |
@@ -20,7 +20,7 @@ class DrawQuad; |
// pointer will continue to be valid. This class is used to contain |
// SharedQuadState or DrawQuad. Since the size of each DrawQuad varies, to hold |
// DrawQuads, the allocations size of each element in this class is |
-// kLargestDrawQuad while BaseElementType is DrawQuad. |
+// LargestDrawQuadSize while BaseElementType is DrawQuad. |
template <class BaseElementType> |
class CC_EXPORT ListContainer { |
public: |