Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: Source/platform/graphics/DecodingImageGenerator.h

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/DecodingImageGenerator.h
diff --git a/Source/platform/graphics/DecodingImageGenerator.h b/Source/platform/graphics/DecodingImageGenerator.h
index a7e228d9183a623aa7bc9175b814bdc164f029b7..2ed38ccfa48d6d30eac139ddd37e61e03cc6ea7b 100644
--- a/Source/platform/graphics/DecodingImageGenerator.h
+++ b/Source/platform/graphics/DecodingImageGenerator.h
@@ -50,10 +50,10 @@ public:
void setGenerationId(size_t id) { m_generationId = id; }
protected:
- virtual SkData* onRefEncodedData() OVERRIDE;
- virtual bool onGetInfo(SkImageInfo*) OVERRIDE;
- virtual bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) OVERRIDE;
- virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace*) OVERRIDE;
+ virtual SkData* onRefEncodedData() override;
+ virtual bool onGetInfo(SkImageInfo*) override;
+ virtual bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) override;
+ virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace*) override;
private:
RefPtr<ImageFrameGenerator> m_frameGenerator;
« no previous file with comments | « Source/platform/graphics/CrossfadeGeneratedImage.h ('k') | Source/platform/graphics/DeferredImageDecoderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698