| commit | 9dccafa8fcc8a9ad55a7cd11ca7d02a9d57eb144 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 02 14:43:12 2014 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 02 14:43:12 2014 +0000 |
| tree | fe40cfba4adb8d8fbc356b7e14c330df03d5c1c6 | |
| parent | 6a879be2d6d7352e2b367766974993a8a05c7035 [diff] [blame] |
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
diff --git a/dm/DM.cpp b/dm/DM.cpp index ef5c0f6..becdc50 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp
@@ -70,7 +70,7 @@ #endif static const GrContextFactory::GLContextType mesa = #if SK_MESA -GLContextFactory::kMESA_GLContextType; +GrContextFactory::kMESA_GLContextType; #else native; #endif