From 61e96cd44624c9faceb625519c1b29775b161f45 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Tue, 11 Feb 2014 18:21:45 +0000 Subject: SkBitmap now really stores SkImageInfo -- config is just a ruse BUG=skia: R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/159653004 git-svn-id: http://skia.googlecode.com/svn/trunk@13411 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPathRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkPathRef.h') diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h index 3c663f7f7d..2e8c5474fa 100644 --- a/include/core/SkPathRef.h +++ b/include/core/SkPathRef.h @@ -106,7 +106,7 @@ public: // In some cases we need to inject a leading moveTo before we add points // for lineTo, quadTo, conicTo, cubicTo - // + // // SkPath path; path.lineTo(...); <--- need a leading moveTo(0, 0) // SkPath path; ... path.close(); path.lineTo(...) <-- need a moveTo(previous moveTo) void injectMoveToIfNeeded() { fPathRef->injectMoveToIfNeeded(); } -- cgit v1.2.3