Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: src/animator/SkPaintPart.h

Issue 242943004: rename SkPaintParts.* to SkPaintPart.* (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/animator/SkDrawTransparentShader.h ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/animator/SkDrawTransparentShader.h ('k') | src/animator/SkPaintPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698