Index: src/gpu/GrCaps.cpp |
diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp |
index 900bd65cc2a3eb3b24aedecc8ca64a2312c4fd71..c5222eaccdef0bd059870b6594705aaaee16dd24 100644 |
--- a/src/gpu/GrCaps.cpp |
+++ b/src/gpu/GrCaps.cpp |
@@ -91,6 +91,7 @@ GrCaps::GrCaps(const GrContextOptions& options) { |
fCompressedTexSubImageSupport = false; |
fOversizedStencilSupport = false; |
fTextureBarrierSupport = false; |
+ fDrawArraysInstancedSupport = false; |
fUseDrawInsteadOfClear = false; |