Index: tests/SkpSkGrTest.cpp |
diff --git a/tests/SkpSkGrTest.cpp b/tests/SkpSkGrTest.cpp |
index 4469d4fb57c9b3b7acebf1069a2cee1bde315f81..e5553a9a75171f37d649e7f4b07bf75fa633bab6 100644 |
--- a/tests/SkpSkGrTest.cpp |
+++ b/tests/SkpSkGrTest.cpp |
@@ -253,11 +253,11 @@ static SkString make_png_name(const char* filename) { |
return pngName; |
} |
-typedef GrContextFactory::GLContextType GLContextType; |
+typedef GrContextFactory::ContextType ContextType; |
#ifdef SK_BUILD_FOR_WIN |
-static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType; |
+static const ContextType kAngle = GrContextFactory::kANGLE_ContextType; |
#else |
-static const GLContextType kNative = GrContextFactory::kNative_GLContextType; |
+static const ContextType kNative = GrContextFactory::kNativeGL_ContextType; |
#endif |
static int similarBits(const SkBitmap& gr, const SkBitmap& sk) { |