Index: cc/output/gl_renderer.h |
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
index e6a668d2086386442426039228e7ef1553f0650e..8dd2c6436ea8795919cd798161d08cf6a0184bb0 100644 |
--- a/cc/output/gl_renderer.h |
+++ b/cc/output/gl_renderer.h |
@@ -156,7 +156,7 @@ class CC_EXPORT GLRenderer : |
const gfx::Transform& draw_matrix); |
// Check if quad needs antialiasing and if so, inflate the quad and |
- // fill edge array for fragment shader. localQuad is set to |
+ // fill edge array for fragment shader. local_quad is set to |
// inflated quad if antialiasing is required, otherwise it is left |
// unchanged. edge array is filled with inflated quad's edge data |
// if antialiasing is required, otherwise it is left unchanged. |