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

Unified Diff: src/animator/SkADrawable.h

Issue 764463002: rename SkDrawable to SkADrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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
Index: src/animator/SkADrawable.h
diff --git a/src/animator/SkDrawable.h b/src/animator/SkADrawable.h
similarity index 79%
rename from src/animator/SkDrawable.h
rename to src/animator/SkADrawable.h
index 6bb9608541314c6350c72b34e61991a9577832c4..26be50d3e96421716e78d06bf9f6420410ad5abd 100644
--- a/src/animator/SkDrawable.h
+++ b/src/animator/SkADrawable.h
@@ -7,8 +7,8 @@
*/
-#ifndef SkDrawable_DEFINED
-#define SkDrawable_DEFINED
+#ifndef SkADrawable_DEFINED
+#define SkADrawable_DEFINED
#include "SkDisplayable.h"
#include "SkDisplayEvent.h"
@@ -16,7 +16,7 @@
struct SkEventState;
-class SkDrawable : public SkDisplayable {
+class SkADrawable : public SkDisplayable {
public:
virtual bool doEvent(SkDisplayEvent::Kind , SkEventState* state );
virtual bool draw(SkAnimateMaker& ) = 0;
@@ -25,4 +25,4 @@ public:
virtual void setSteps(int steps);
};
-#endif // SkDrawable_DEFINED
+#endif // SkADrawable_DEFINED
« no previous file with comments | « gyp/animator.gyp ('k') | src/animator/SkADrawable.cpp » ('j') | src/animator/SkAnimateMaker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698