aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar hendrikw <hendrikw@chromium.org>2015-09-11 13:07:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-11 13:07:29 -0700
commiteddbefb4a5794b1d9f4e58a7cdf4e768b837c17f (patch)
tree1eebce01f8a1338110f5a171209e144ed503b86f /tests
parent102081aba2525230fb1d904add4f66c5f46403b5 (diff)
skia: Add ANGLE with GL backend to nanobench/DM
This will allow us to test this without hacking it in, might be useful for others too. Review URL: https://codereview.chromium.org/1338003002
Diffstat (limited to 'tests')
-rw-r--r--tests/SkpSkGrTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/SkpSkGrTest.cpp b/tests/SkpSkGrTest.cpp
index da19843a4c..98c54e032c 100644
--- a/tests/SkpSkGrTest.cpp
+++ b/tests/SkpSkGrTest.cpp
@@ -260,7 +260,6 @@ 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