Index: src/gpu/gl/mesa/SkMesaGLContext.h |
diff --git a/src/gpu/gl/mesa/SkMesaGLContext.h b/src/gpu/gl/mesa/SkMesaGLContext.h |
index df7e0b0770af71856258ce6de63217c7c0b70f87..bf0c7e9060480fc1f39d6f2486a16e48289a5a1c 100644 |
--- a/src/gpu/gl/mesa/SkMesaGLContext.h |
+++ b/src/gpu/gl/mesa/SkMesaGLContext.h |
@@ -17,9 +17,9 @@ private: |
typedef intptr_t Context; |
public: |
- ~SkMesaGLContext() SK_OVERRIDE; |
- void makeCurrent() const SK_OVERRIDE; |
- void swapBuffers() const SK_OVERRIDE; |
+ ~SkMesaGLContext() override; |
+ void makeCurrent() const override; |
+ void swapBuffers() const override; |
static SkMesaGLContext* Create(GrGLStandard forcedGpuAPI) { |
if (kGLES_GrGLStandard == forcedGpuAPI) { |