Index: third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h b/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h |
index 4568a37966677131d2699e2f7968379162465a01..cf61d5334eec5973a39456176808cf86be723f39 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h |
+++ b/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h |
@@ -34,11 +34,11 @@ public: |
{ |
} |
-private: |
bool hasMoreData() const override; |
SVGPathSegType peekSegmentType() override; |
PathSegmentData parseSegment() override; |
+private: |
#if COMPILER(MSVC) |
#pragma warning(disable: 4701) |
#endif |