Fix type in DM/mesa

TBR=mtklein@google.com

Review URL: https://codereview.chromium.org/269723004

git-svn-id: http://skia.googlecode.com/svn/trunk@14531 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2014-05-02 14:43:12 +00:00
parent 6a879be2d6
commit 9dccafa8fc

View File

@ -70,7 +70,7 @@ native;
#endif
static const GrContextFactory::GLContextType mesa =
#if SK_MESA
GLContextFactory::kMESA_GLContextType;
GrContextFactory::kMESA_GLContextType;
#else
native;
#endif