aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/angle/SkANGLEGLContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/angle/SkANGLEGLContext.h')
-rw-r--r--include/gpu/gl/angle/SkANGLEGLContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpu/gl/angle/SkANGLEGLContext.h b/include/gpu/gl/angle/SkANGLEGLContext.h
index 6705248f25..f54f29ecba 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) {