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

Unified Diff: experimental/svg/model/SkSVGSVG.cpp

Issue 2164193002: Initial SVG model (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: warning fix Created 4 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
« no previous file with comments | « experimental/svg/model/SkSVGSVG.h ('k') | experimental/svg/model/SkSVGTransformableNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/svg/model/SkSVGSVG.cpp
diff --git a/include/core/SkMilestone.h b/experimental/svg/model/SkSVGSVG.cpp
similarity index 65%
copy from include/core/SkMilestone.h
copy to experimental/svg/model/SkSVGSVG.cpp
index f08245c8ca5cbe034f5af91f695e7249627650d5..feae0d7cc044b286b6dfdb7c83491212d8298bae 100644
--- a/include/core/SkMilestone.h
+++ b/experimental/svg/model/SkSVGSVG.cpp
@@ -4,6 +4,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#ifndef SK_MILESTONE
-#define SK_MILESTONE 54
-#endif
+
+#include "SkSVGSVG.h"
+
+SkSVGSVG::SkSVGSVG() : INHERITED(SkSVGTag::svg) { }
« no previous file with comments | « experimental/svg/model/SkSVGSVG.h ('k') | experimental/svg/model/SkSVGTransformableNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698