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

Unified Diff: Source/platform/graphics/StaticBitmapImage.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
Index: Source/platform/graphics/StaticBitmapImage.h
diff --git a/Source/platform/graphics/StaticBitmapImage.h b/Source/platform/graphics/StaticBitmapImage.h
index 59c6dab9076d588f43ff7d6e5439c9a55242868a..a451156c903304b71df2583cdabf3650824d46f0 100644
--- a/Source/platform/graphics/StaticBitmapImage.h
+++ b/Source/platform/graphics/StaticBitmapImage.h
@@ -11,7 +11,7 @@ namespace blink {
class PLATFORM_EXPORT StaticBitmapImage : public Image {
public:
- virtual ~StaticBitmapImage();
+ ~StaticBitmapImage() override;
bool isImmutableBitmap() override { return true; }
« no previous file with comments | « Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp ('k') | Source/platform/graphics/StaticBitmapPattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698