From 96e89d5b45e8e293139ecd95302b5b4f07f8e9dc Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 8 Oct 2014 07:40:25 -0400 Subject: speculative fix for ios TBR= Review URL: https://codereview.chromium.org/637293003 --- src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl') 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(); -- cgit v1.2.3