| Index: include/gpu/GrTypes.h
 | 
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
 | 
| index 3a52804be9e62399628af4b3cdf10118ad461f02..879dde680383f8ccddf50a83614e178c216519cd 100644
 | 
| --- a/include/gpu/GrTypes.h
 | 
| +++ b/include/gpu/GrTypes.h
 | 
| @@ -615,7 +615,7 @@ enum GrGLBackendState {
 | 
|      kStencil_GrGLBackendState          = 1 << 6,
 | 
|      kPixelStore_GrGLBackendState       = 1 << 7,
 | 
|      kProgram_GrGLBackendState          = 1 << 8,
 | 
| -    kPathStencil_GrGLBackendState      = 1 << 9,
 | 
| +    kFixedFunction_GrGLBackendState    = 1 << 9,
 | 
|      kMisc_GrGLBackendState             = 1 << 10,
 | 
|      kALL_GrGLBackendState              = 0xffff
 | 
|  };
 | 
| 
 |