| Index: src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp
|
| diff --git a/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp b/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp
|
| index e7f21e0aaee4a31ae2a48c5c2881d69e2d8ff298..436c53f0bb2fea88e9a9ead8bbc97acd7185cd5f 100644
|
| --- a/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp
|
| +++ b/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp
|
| @@ -14,9 +14,9 @@ namespace {
|
| class MacGLContext : public SkGLContext {
|
| public:
|
| MacGLContext();
|
| - ~MacGLContext() SK_OVERRIDE;
|
| - void makeCurrent() const SK_OVERRIDE;
|
| - void swapBuffers() const SK_OVERRIDE;
|
| + ~MacGLContext() override;
|
| + void makeCurrent() const override;
|
| + void swapBuffers() const override;
|
|
|
| private:
|
| void destroyGLContext();
|
|
|