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

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

Issue 134593005: Update SVG classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/core/svg/SVGDescElement.h ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.h
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
index a9b3392c39839c291034396f14871253bc6459c2..fd9a4f239708cc7fbe5016a896f93650c01a38b8 100644
--- a/Source/core/svg/SVGDocument.h
+++ b/Source/core/svg/SVGDocument.h
@@ -45,12 +45,12 @@ public:
void startPan(const FloatPoint& start);
void updatePan(const FloatPoint& pos) const;
- virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL;
+ virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE;
private:
explicit SVGDocument(const DocumentInit&);
- virtual bool childShouldCreateRenderer(const Node& child) const;
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
FloatPoint m_translate;
};
« no previous file with comments | « Source/core/svg/SVGDescElement.h ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698