aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/animator/SkDrawDash.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-18 15:14:25 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-18 15:14:25 +0000
commit8d4dc714da9fc598d48ad3e360870aee622094c4 (patch)
treeeca2e46bf18cd2f51d22ecff0846a73e7fa486d6 /src/animator/SkDrawDash.h
parent996402bddb4d886c38dee17341e5833500901933 (diff)
rename SkPaintParts.* to SkPaintPart.*
BUG=skia: R=caryclark@google.com Review URL: https://codereview.chromium.org/242943004 git-svn-id: http://skia.googlecode.com/svn/trunk@14255 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/animator/SkDrawDash.h')
-rw-r--r--src/animator/SkDrawDash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/animator/SkDrawDash.h b/src/animator/SkDrawDash.h
index 0000462ba7..fafc4b07e2 100644
--- a/src/animator/SkDrawDash.h
+++ b/src/animator/SkDrawDash.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,11 +5,10 @@
* found in the LICENSE file.
*/
-
#ifndef SkDrawDash_DEFINED
#define SkDrawDash_DEFINED
-#include "SkPaintParts.h"
+#include "SkPaintPart.h"
#include "SkIntArray.h"
class SkDash : public SkDrawPathEffect {