aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMGpuSupport.h
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 /dm/DMGpuSupport.h
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 'dm/DMGpuSupport.h')
-rw-r--r--dm/DMGpuSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
index 0b9596ebdc..9e10231dda 100644
--- a/dm/DMGpuSupport.h
+++ b/dm/DMGpuSupport.h
@@ -65,6 +65,7 @@ public:
typedef int GLContextType;
static const GLContextType kANGLE_GLContextType = 0,
+ kANGLE_GL_GLContextType = 0,
kCommandBuffer_GLContextType = 0,
kDebug_GLContextType = 0,
kMESA_GLContextType = 0,