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

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

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/platform/graphics/GeneratedImage.h ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GradientGeneratedImage.h
diff --git a/Source/platform/graphics/GradientGeneratedImage.h b/Source/platform/graphics/GradientGeneratedImage.h
index 729ba9d531c16af1a71ba12d27c8ceda4d2be083..e2e493a8fc8fc769778ab7888e1d6aa6364bf46b 100644
--- a/Source/platform/graphics/GradientGeneratedImage.h
+++ b/Source/platform/graphics/GradientGeneratedImage.h
@@ -42,9 +42,7 @@ public:
return adoptRef(new GradientGeneratedImage(generator, size));
}
- virtual ~GradientGeneratedImage()
- {
- }
+ ~GradientGeneratedImage() override {}
protected:
void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode) override;
« no previous file with comments | « Source/platform/graphics/GeneratedImage.h ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698