aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2014-10-08 07:40:25 -0400
committerGravatar Brian Salomon <bsalomon@google.com>2014-10-08 07:40:25 -0400
commit96e89d5b45e8e293139ecd95302b5b4f07f8e9dc (patch)
tree532cea1b8746543e20aa34b2ed41046a4670cda9 /src/gpu/gl
parent8dd35ce178e4319685a870faf544a0b1d7aef5bb (diff)
speculative fix for ios
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
index ce44dd37ee..2d56ef4ca2 100644
--- a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
+++ b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
@@ -13,7 +13,7 @@
namespace {
-class IOSNativeGLContext : public SkNativeGLContext {
+class IOSNativeGLContext : public SkGLContext {
public:
IOSNativeGLContext();