diff options
Diffstat (limited to 'cc/output/gl_renderer.h')
-rw-r--r-- | cc/output/gl_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h index e6a668d..8dd2c64 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. |