Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 95bbc6e75009d667d088d7c373fdba91efbc0d1e..82f4931d6c49f6e0cd45d09f67d7e5d03eb7a7d3 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -36,7 +36,7 @@ public: |
//////////////////////////////////////////////////////////////////////////// |
GrGpu(GrContext* context); |
- ~GrGpu() SK_OVERRIDE; |
+ ~GrGpu() override; |
GrContext* getContext() { return fContext; } |
const GrContext* getContext() const { return fContext; } |