From eddbefb4a5794b1d9f4e58a7cdf4e768b837c17f Mon Sep 17 00:00:00 2001 From: hendrikw Date: Fri, 11 Sep 2015 13:07:29 -0700 Subject: 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 --- dm/DMGpuSupport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dm/DMGpuSupport.h') 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, -- cgit v1.2.3