aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPathRef.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-11 18:21:45 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-11 18:21:45 +0000
commit61e96cd44624c9faceb625519c1b29775b161f45 (patch)
tree8df9411f754568cfa13f4b9b63fcb626da13f2fc /include/core/SkPathRef.h
parent44546f85d9170d9dbbb0423813c339c1def30074 (diff)
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
Diffstat (limited to 'include/core/SkPathRef.h')
-rw-r--r--include/core/SkPathRef.h2
1 files changed, 1 insertions, 1 deletions
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(); }