Index: src/gpu/gl/GrGLPath.h |
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
index f048f8543b1bb0bae549eee30e7585c9e426dbb2..f02f7052d51090740b215622ada323348aadb06c 100644 |
--- a/src/gpu/gl/GrGLPath.h |
+++ b/src/gpu/gl/GrGLPath.h |
@@ -31,12 +31,12 @@ public: |
GrGLuint pathID() const { return fPathID; } |
protected: |
- void onRelease() SK_OVERRIDE; |
- void onAbandon() SK_OVERRIDE; |
+ void onRelease() override; |
+ void onAbandon() override; |
private: |
// TODO: Figure out how to get an approximate size of the path in Gpu memory. |
- size_t onGpuMemorySize() const SK_OVERRIDE { return 100; } |
+ size_t onGpuMemorySize() const override { return 100; } |
GrGLuint fPathID; |