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

Unified Diff: Source/core/platform/graphics/skia/OpaqueRegionSkia.h

Issue 47613002: Use FINAL macro for classes whose virtual destructor was removed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/core/platform/graphics/skia/OpaqueRegionSkia.h
diff --git a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h b/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
index 8c25abbc6a8b7d5d75f88aa23379058348be9c6f..3c067009216718d8c98a9e06450a0522a286040a 100644
--- a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
+++ b/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
@@ -44,7 +44,7 @@ class GraphicsContext;
// This class is an encapsulation of functionality for GraphicsContext, and its methods are mirrored
// there for the outside world. It tracks paints and computes what area will be opaque.
-class OpaqueRegionSkia {
+class OpaqueRegionSkia FINAL {
public:
OpaqueRegionSkia();
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h ('k') | Source/core/platform/mediastream/MediaStreamDescriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698