| Index: include/gpu/gl/angle/SkANGLEGLContext.h
|
| diff --git a/include/gpu/gl/angle/SkANGLEGLContext.h b/include/gpu/gl/angle/SkANGLEGLContext.h
|
| index 6705248f25d7984b336a50fadc725801d1276cbb..f54f29ecbac4dbe03a0860049880fbb4869b85c0 100644
|
| --- a/include/gpu/gl/angle/SkANGLEGLContext.h
|
| +++ b/include/gpu/gl/angle/SkANGLEGLContext.h
|
| @@ -14,9 +14,9 @@
|
|
|
| class SkANGLEGLContext : public SkGLContext {
|
| public:
|
| - ~SkANGLEGLContext() SK_OVERRIDE;
|
| - void makeCurrent() const SK_OVERRIDE;
|
| - void swapBuffers() const SK_OVERRIDE;
|
| + ~SkANGLEGLContext() override;
|
| + void makeCurrent() const override;
|
| + void swapBuffers() const override;
|
|
|
| static SkANGLEGLContext* Create(GrGLStandard forcedGpuAPI) {
|
| if (kGL_GrGLStandard == forcedGpuAPI) {
|
|
|