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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.h

Issue 1408143004: Use PathSegmentData+SVGPath{Consumer,Source} in PathSVGInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: InterpolatedPathSource Created 5 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: 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698