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

Unified Diff: src/animator/SkAnimateBase.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/SkAnimateBase.h
diff --git a/src/animator/SkAnimateBase.h b/src/animator/SkAnimateBase.h
index df8d38ac1800e6190f472b33366c548aa439ed24..9cf07583c8f908995f4dbfc671d444c11f1f45b2 100644
--- a/src/animator/SkAnimateBase.h
+++ b/src/animator/SkAnimateBase.h
@@ -16,7 +16,7 @@
#include "SkTypedArray.h"
class SkApply;
-class SkDrawable;
+class SkADrawable;
class SkAnimateBase : public SkDisplayable {
public:
@@ -62,7 +62,7 @@ protected:
const SkMemberInfo* fFieldInfo;
int fFieldOffset;
SkMSec fStart; // corrected time when this apply was enabled
- SkDrawable* fTarget;
+ SkADrawable* fTarget;
SkTypedArray fValues;
unsigned fChanged : 1; // true when value referenced by script has changed
unsigned fDelayed : 1; // enabled, but undrawn pending delay

Powered by Google App Engine
This is Rietveld 408576698