Index: include/gpu/GrTexture.h |
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
index ccf958098a65b99754d8bd5e4d3cde80b5104ba8..d565f2f9a7353faf9ec2839fc2e43c0f754ad964 100644 |
--- a/include/gpu/GrTexture.h |
+++ b/include/gpu/GrTexture.h |
@@ -18,8 +18,8 @@ class GrTexturePriv; |
class GrTexture : virtual public GrSurface { |
public: |
- GrTexture* asTexture() SK_OVERRIDE { return this; } |
- const GrTexture* asTexture() const SK_OVERRIDE { return this; } |
+ GrTexture* asTexture() override { return this; } |
+ const GrTexture* asTexture() const override { return this; } |
/** |
* Return the native ID or handle to the texture, depending on the |
@@ -50,7 +50,7 @@ protected: |
void validateDesc() const; |
private: |
- size_t onGpuMemorySize() const SK_OVERRIDE; |
+ size_t onGpuMemorySize() const override; |
void dirtyMipMaps(bool mipMapsDirty); |
enum MipMapsStatus { |