aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 2d56ef4ca2..ce44dd37ee 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 SkGLContext {
+class IOSNativeGLContext : public SkNativeGLContext {
public:
IOSNativeGLContext();