Index: src/core/SkBuffer.h |
diff --git a/src/core/SkBuffer.h b/src/core/SkBuffer.h |
index 96e225be3a423c8f5c30e98f67e56f59ad25c9c3..aaafb363993754f52c430f1d9d5367f2392e2e30 100644 |
--- a/src/core/SkBuffer.h |
+++ b/src/core/SkBuffer.h |
@@ -105,7 +105,7 @@ public: |
null and the number of bytes to read does not overflow this object's data, |
copy those bytes into buffer. |
*/ |
- bool read(void* buffer, size_t size) SK_OVERRIDE; |
+ bool read(void* buffer, size_t size) override; |
/** Returns whether or not a read operation attempted to read past the end of the data. |
*/ |