Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index c64865fcd7158cfcecd81c97a3c1785603bc92be..8188f741992c1090a4e1f01a8a98fcffc18eeefe 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -33,9 +33,9 @@ public: |
GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&); |
- GrBackendObject getTextureHandle() const SK_OVERRIDE; |
+ GrBackendObject getTextureHandle() const override; |
- void textureParamsModified() SK_OVERRIDE { fTexParams.invalidate(); } |
+ void textureParamsModified() override { fTexParams.invalidate(); } |
// These functions are used to track the texture parameters associated with the texture. |
const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const { |
@@ -60,8 +60,8 @@ protected: |
void init(const GrSurfaceDesc&, const IDDesc&); |
- void onAbandon() SK_OVERRIDE; |
- void onRelease() SK_OVERRIDE; |
+ void onAbandon() override; |
+ void onRelease() override; |
private: |
TexParams fTexParams; |