| Index: src/gpu/gl/debug/SkDebugGLContext.h
|
| diff --git a/src/gpu/gl/debug/SkDebugGLContext.h b/src/gpu/gl/debug/SkDebugGLContext.h
|
| index 35e4456c869e2681ef9c8aea0370d4e21b71e713..577953223a1832b7342a05f468498fe70f31f20d 100644
|
| --- a/src/gpu/gl/debug/SkDebugGLContext.h
|
| +++ b/src/gpu/gl/debug/SkDebugGLContext.h
|
| @@ -12,9 +12,9 @@
|
|
|
| class SkDebugGLContext : public SkGLContext {
|
| public:
|
| - ~SkDebugGLContext() SK_OVERRIDE;
|
| - void makeCurrent() const SK_OVERRIDE {}
|
| - void swapBuffers() const SK_OVERRIDE {}
|
| + ~SkDebugGLContext() override;
|
| + void makeCurrent() const override {}
|
| + void swapBuffers() const override {}
|
|
|
| static SkDebugGLContext* Create(GrGLStandard forcedGpuAPI) {
|
| if (kGLES_GrGLStandard == forcedGpuAPI) {
|
|
|