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

Unified Diff: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.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/harfbuzz/HarfBuzzShaper.h
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
index c21e5116d93ae875968a5cf5f3cb0e31b6fa8b8e..54b01bd6c00c7cd2e11fc133da5d5cc26151c452 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
+++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
@@ -46,7 +46,7 @@ namespace WebCore {
class Font;
class SimpleFontData;
-class HarfBuzzShaper {
+class HarfBuzzShaper FINAL {
public:
enum NormalizeMode {
DoNotNormalizeMirrorChars,

Powered by Google App Engine
This is Rietveld 408576698