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

Unified Diff: include/core/SkPath.h

Issue 1330623003: more zero-length changes for svg compatibility (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove inline from hasOnlyMoveTo() Created 5 years, 3 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 | « gm/strokes.cpp ('k') | src/core/SkCanvas.cpp » ('j') | src/core/SkCanvas.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPath.h
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index caf4cfe5ecc9aa0e4e189c96153ea3c8d0f4ff54..b90bf3a08be22c613fb7e9885b286e1636176cf2 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -976,7 +976,7 @@ private:
//
inline void injectMoveToIfNeeded();
- inline bool hasOnlyMoveTos() const;
+ bool hasOnlyMoveTos() const;
reed1 2015/09/03 19:07:27 Not part of this CL, but do you know why we comput
caryclark 2015/09/03 19:37:57 I didn't know this function existed! Certainly mak
Convexity internalGetConvexity() const;
@@ -1005,6 +1005,7 @@ private:
friend class SkAutoDisableOvalCheck;
friend class SkAutoDisableDirectionCheck;
friend class SkBench_AddPathTest; // perf test reversePathTo
+ friend class SkCanvas; // hasOnlyMoveTos
friend class PathTest_Private; // unit test reversePathTo
};
« no previous file with comments | « gm/strokes.cpp ('k') | src/core/SkCanvas.cpp » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698