Chromium Code Reviews| Index: src/gpu/gl/mac/SkNativeGLContext_mac.cpp |
| =================================================================== |
| --- src/gpu/gl/mac/SkNativeGLContext_mac.cpp (revision 7868) |
| +++ src/gpu/gl/mac/SkNativeGLContext_mac.cpp (working copy) |
| @@ -36,7 +36,7 @@ |
| CGLPixelFormatAttribute attributes[] = { |
| #if 0 |
| - kCGLPFAOpenGLProfile, kCGLOGLPVersion_3_2_Core, |
| + kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute) kCGLOGLPVersion_3_2_Core, |
| #endif |
| (CGLPixelFormatAttribute)0 |
| }; |