aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm')
-rw-r--r--src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
index f900976f95..884216845c 100644
--- a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
+++ b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
@@ -16,9 +16,9 @@ namespace {
class IOSGLContext : public SkGLContext {
public:
IOSGLContext();
- ~IOSGLContext() SK_OVERRIDE;
- void makeCurrent() const SK_OVERRIDE;
- void swapBuffers() const SK_OVERRIDE;
+ ~IOSGLContext() override;
+ void makeCurrent() const override;
+ void swapBuffers() const override;
private:
void destroyGLContext();