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

Unified Diff: Source/core/svg/SVGPathByteStreamSource.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/SVGPathByteStreamSource.h
diff --git a/Source/core/svg/SVGPathByteStreamSource.h b/Source/core/svg/SVGPathByteStreamSource.h
index ba64a73dafe39c4d5eb6b0685c0d12a94615c9b9..4568a37966677131d2699e2f7968379162465a01 100644
--- a/Source/core/svg/SVGPathByteStreamSource.h
+++ b/Source/core/svg/SVGPathByteStreamSource.h
@@ -35,9 +35,9 @@ public:
}
private:
- virtual bool hasMoreData() const override;
- virtual SVGPathSegType peekSegmentType() override;
- virtual PathSegmentData parseSegment() override;
+ bool hasMoreData() const override;
+ SVGPathSegType peekSegmentType() override;
+ PathSegmentData parseSegment() override;
#if COMPILER(MSVC)
#pragma warning(disable: 4701)

Powered by Google App Engine
This is Rietveld 408576698