Index: src/gpu/gl/GrGLVertexBuffer.h |
diff --git a/src/gpu/gl/GrGLVertexBuffer.h b/src/gpu/gl/GrGLVertexBuffer.h |
index c428f4dbcdeedf3c1e208be979329342078957e9..3b0c5c17dd43032815203c9090ffb04328e49a3c 100644 |
--- a/src/gpu/gl/GrGLVertexBuffer.h |
+++ b/src/gpu/gl/GrGLVertexBuffer.h |
@@ -31,13 +31,13 @@ public: |
} |
protected: |
- void onAbandon() SK_OVERRIDE; |
- void onRelease() SK_OVERRIDE; |
+ void onAbandon() override; |
+ void onRelease() override; |
private: |
- void* onMap() SK_OVERRIDE; |
- void onUnmap() SK_OVERRIDE; |
- bool onUpdateData(const void* src, size_t srcSizeInBytes) SK_OVERRIDE; |
+ void* onMap() override; |
+ void onUnmap() override; |
+ bool onUpdateData(const void* src, size_t srcSizeInBytes) override; |
GrGLGpu* getGpuGL() const { |
SkASSERT(!this->wasDestroyed()); |