| Index: src/animator/SkPaintPart.h
|
| diff --git a/src/animator/SkPaintParts.h b/src/animator/SkPaintPart.h
|
| similarity index 94%
|
| rename from src/animator/SkPaintParts.h
|
| rename to src/animator/SkPaintPart.h
|
| index 964bc359b0db2029d91fbf850bf3447e6171ef6e..a6154e5da63da0dae92a2738ed3211b88465a2f9 100644
|
| --- a/src/animator/SkPaintParts.h
|
| +++ b/src/animator/SkPaintPart.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2006 The Android Open Source Project
|
| *
|
| @@ -6,9 +5,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| -#ifndef SkPaintParts_DEFINED
|
| -#define SkPaintParts_DEFINED
|
| +#ifndef SkPaintPart_DEFINED
|
| +#define SkPaintPart_DEFINED
|
|
|
| #include "SkDisplayable.h"
|
| #include "SkMemberInfo.h"
|
| @@ -72,4 +70,4 @@ protected:
|
| SkTypeface::Style style;
|
| };
|
|
|
| -#endif // SkPaintParts_DEFINED
|
| +#endif // SkPaintPart_DEFINED
|
|
|