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

Unified Diff: Source/core/svg/SVGGeometryElement.h

Issue 1212253012: Fix virtual/override/final usage in Source/core/svg/. (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/core/svg/SVGGeometryElement.h
diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h
index 9beaa4a66eab5fb4bf2c3585117649be76d895a5..664b11b7cd8828e07b3f843fa177573f47b9ef9d 100644
--- a/Source/core/svg/SVGGeometryElement.h
+++ b/Source/core/svg/SVGGeometryElement.h
@@ -52,7 +52,7 @@ protected:
SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
private:
- bool isSVGGeometryElement() const override final { return true; }
+ bool isSVGGeometryElement() const final { return true; }
};
inline bool isSVGGeometryElement(const SVGElement& element)

Powered by Google App Engine
This is Rietveld 408576698