diff options
author | Brian Salomon <bsalomon@google.com> | 2014-10-08 07:40:25 -0400 |
---|---|---|
committer | Brian Salomon <bsalomon@google.com> | 2014-10-08 07:40:25 -0400 |
commit | 96e89d5b45e8e293139ecd95302b5b4f07f8e9dc (patch) | |
tree | 532cea1b8746543e20aa34b2ed41046a4670cda9 /src/gpu/gl | |
parent | 8dd35ce178e4319685a870faf544a0b1d7aef5bb (diff) |
speculative fix for ios
TBR=
Review URL: https://codereview.chromium.org/637293003
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm | 2 |
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(); |