Index: include/gpu/GrTypes.h |
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
index 280bf4d40a290f95187de5108d21ba412216ac82..f04a734c31bdd3066224de70f12902442398e4ce 100644 |
--- a/include/gpu/GrTypes.h |
+++ b/include/gpu/GrTypes.h |
@@ -667,7 +667,7 @@ |
// View state stands for scissor and viewport |
kView_GrGLBackendState = 1 << 2, |
kBlend_GrGLBackendState = 1 << 3, |
- kMSAAEnable_GrGLBackendState = 1 << 4, |
+ kAA_GrGLBackendState = 1 << 4, |
kVertex_GrGLBackendState = 1 << 5, |
kStencil_GrGLBackendState = 1 << 6, |
kPixelStore_GrGLBackendState = 1 << 7, |