| Index: src/core/SkYUVPlanesCache.cpp
|
| diff --git a/src/core/SkYUVPlanesCache.cpp b/src/core/SkYUVPlanesCache.cpp
|
| index 5ef89b6c192fd40f62cbe094be6edc8d52dc5ab2..79136db795efcdf05a1aa788c66474895edb1972 100644
|
| --- a/src/core/SkYUVPlanesCache.cpp
|
| +++ b/src/core/SkYUVPlanesCache.cpp
|
| @@ -46,8 +46,8 @@ struct YUVPlanesRec : public SkResourceCache::Rec {
|
| YUVPlanesKey fKey;
|
| YUVValue fValue;
|
|
|
| - const Key& getKey() const SK_OVERRIDE { return fKey; }
|
| - size_t bytesUsed() const SK_OVERRIDE { return sizeof(*this) + fValue.fData->size(); }
|
| + const Key& getKey() const override { return fKey; }
|
| + size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); }
|
|
|
| static bool Visitor(const SkResourceCache::Rec& baseRec, void* contextData) {
|
| const YUVPlanesRec& rec = static_cast<const YUVPlanesRec&>(baseRec);
|
|
|