Index: tools/gpu/GrContextFactory.h |
diff --git a/tools/gpu/GrContextFactory.h b/tools/gpu/GrContextFactory.h |
index ed8e6451999514aa001fb0870754a24b36282cd8..f70ebea9adc47c39e5610536ee1fbed38d622573 100644 |
--- a/tools/gpu/GrContextFactory.h |
+++ b/tools/gpu/GrContextFactory.h |
@@ -92,7 +92,8 @@ public: |
enum ContextOptions { |
kNone_ContextOptions = 0x0, |
kEnableNVPR_ContextOptions = 0x1, |
- kRequireSRGBSupport_ContextOptions = 0x2, |
+ kUseInstanced_ContextOptions = 0x2, |
+ kRequireSRGBSupport_ContextOptions = 0x4, |
}; |
static ContextType NativeContextTypeForBackend(GrBackend backend) { |