Index: include/gpu/SkGrPixelRef.h |
diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h |
index 4eab59c7a6c38e99773a92d3376d1064cc1930b6..eae19dbbe62168c5626e49543422d066ad4c2a43 100644 |
--- a/include/gpu/SkGrPixelRef.h |
+++ b/include/gpu/SkGrPixelRef.h |
@@ -25,9 +25,9 @@ public: |
virtual ~SkROLockPixelsPixelRef(); |
protected: |
- bool onNewLockPixels(LockRec*) SK_OVERRIDE; |
- void onUnlockPixels() SK_OVERRIDE; |
- bool onLockPixelsAreWritable() const SK_OVERRIDE; // return false; |
+ bool onNewLockPixels(LockRec*) override; |
+ void onUnlockPixels() override; |
+ bool onLockPixelsAreWritable() const override; // return false; |
private: |
SkBitmap fBitmap; |
@@ -47,13 +47,13 @@ public: |
virtual ~SkGrPixelRef(); |
// override from SkPixelRef |
- GrTexture* getTexture() SK_OVERRIDE; |
+ GrTexture* getTexture() override; |
protected: |
// overrides from SkPixelRef |
- bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE; |
+ bool onReadPixels(SkBitmap* dst, const SkIRect* subset) override; |
virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, |
- const SkIRect* subset) SK_OVERRIDE; |
+ const SkIRect* subset) override; |
private: |
GrSurface* fSurface; |