| Index: tools/gpu/GrContextFactory.h
 | 
| diff --git a/tools/gpu/GrContextFactory.h b/tools/gpu/GrContextFactory.h
 | 
| index 54b6611e0f1ccef7bec607d2ba165a355fc2e4a7..a232112d753856c299c2bb56ad383049c898467c 100644
 | 
| --- a/tools/gpu/GrContextFactory.h
 | 
| +++ b/tools/gpu/GrContextFactory.h
 | 
| @@ -93,10 +93,11 @@ public:
 | 
|       * to not using GL_NV_path_rendering extension  even when the driver supports it.
 | 
|       */
 | 
|      enum class ContextOptions {
 | 
| -        kNone                = 0x0,
 | 
| -        kEnableNVPR          = 0x1,
 | 
| -        kUseInstanced        = 0x2,
 | 
| -        kRequireSRGBSupport  = 0x4,
 | 
| +        kNone                            = 0x0,
 | 
| +        kEnableNVPR                      = 0x1,
 | 
| +        kUseInstanced                    = 0x2,
 | 
| +        kRequireSRGBSupport              = 0x4,
 | 
| +        kRequireSRGBDecodeDisableSupport = 0x8,
 | 
|      };
 | 
|  
 | 
|      static ContextType NativeContextTypeForBackend(GrBackend backend) {
 | 
| 
 |