Index: src/pipe/SkGPipeRead.cpp |
diff --git a/src/pipe/SkGPipeRead.cpp b/src/pipe/SkGPipeRead.cpp |
index 916ab6a75c802dc8218e03c9f906a017e1eb947b..f8411f5aeaeae2758d39d3270be01b2bbcc2c8a1 100644 |
--- a/src/pipe/SkGPipeRead.cpp |
+++ b/src/pipe/SkGPipeRead.cpp |
@@ -162,7 +162,7 @@ public: |
* these SkBitmaps for bitmap shaders. Used only in cross process mode |
* without a shared heap. |
*/ |
- SkBitmap* getBitmap(int32_t index) const SK_OVERRIDE { |
+ SkBitmap* getBitmap(int32_t index) const override { |
SkASSERT(shouldFlattenBitmaps(fFlags)); |
return fBitmaps[index]; |
} |
@@ -170,7 +170,7 @@ public: |
/** |
* Needed to be a non-abstract subclass of SkBitmapHeapReader. |
*/ |
- void releaseRef(int32_t) SK_OVERRIDE {} |
+ void releaseRef(int32_t) override {} |
void setSharedHeap(SkBitmapHeap* heap) { |
SkASSERT(!shouldFlattenBitmaps(fFlags) || NULL == heap); |