Index: tests/SkpSkGrTest.cpp |
diff --git a/tests/SkpSkGrTest.cpp b/tests/SkpSkGrTest.cpp |
index 212b0f6abde791b25be9892df611f4a55ff0a22b..6b21526899710b51957e7e5a54c8681b99dd7a9a 100644 |
--- a/tests/SkpSkGrTest.cpp |
+++ b/tests/SkpSkGrTest.cpp |
@@ -260,6 +260,7 @@ static SkString make_png_name(const char* filename) { |
typedef GrContextFactory::GLContextType GLContextType; |
#ifdef SK_BUILD_FOR_WIN |
static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType; |
+static const GLContextType kCommandBuffer = GrContextFactory::kCommandBuffer_GLContextType; |
#else |
static const GLContextType kNative = GrContextFactory::kNative_GLContextType; |
#endif |