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

Unified Diff: include/core/SkPath.h

Issue 876673002: Hairline batch (Closed) Base URL: https://skia.googlesource.com/skia.git@2_defer
Patch Set: rebase Created 5 years, 11 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 | « no previous file | src/gpu/GrAAHairLinePathRenderer.h » ('j') | src/gpu/GrAAHairLinePathRenderer.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 2fe332f3c4485f8b5fb8deb072304d687826b0aa..11e1d2b4af7fd01a96a4d6806660e3b77f5d0da6 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -30,8 +30,6 @@ class SkWStream;
*/
class SK_API SkPath {
public:
- SK_DECLARE_INST_COUNT(SkPath);
bsalomon 2015/01/26 19:07:47 ??
joshualitt 2015/01/26 19:33:39 I deleted this because SkPath no longer inherits f
-
SkPath();
SkPath(const SkPath&);
~SkPath();
« no previous file with comments | « no previous file | src/gpu/GrAAHairLinePathRenderer.h » ('j') | src/gpu/GrAAHairLinePathRenderer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698