| commit | 8d4dc714da9fc598d48ad3e360870aee622094c4 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 18 15:14:25 2014 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 18 15:14:25 2014 +0000 |
| tree | eca2e46bf18cd2f51d22ecff0846a73e7fa486d6 | |
| parent | 996402bddb4d886c38dee17341e5833500901933 [diff] [blame] |
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
diff --git a/src/animator/SkDrawExtraPathEffect.cpp b/src/animator/SkDrawExtraPathEffect.cpp index 4b911d1..007fb52 100644 --- a/src/animator/SkDrawExtraPathEffect.cpp +++ b/src/animator/SkDrawExtraPathEffect.cpp
@@ -1,4 +1,3 @@ - /* * Copyright 2006 The Android Open Source Project * @@ -6,13 +5,12 @@ * found in the LICENSE file. */ - #include "SkDrawExtraPathEffect.h" #include "SkDrawPath.h" #include "Sk1DPathEffect.h" #include "Sk2DPathEffect.h" #include "SkMemberInfo.h" -#include "SkPaintParts.h" +#include "SkPaintPart.h" #include "SkPathEffect.h" #include "SkCornerPathEffect.h"