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

Unified Diff: src/animator/SkAnimateActive.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/SkAnimateActive.h
diff --git a/src/animator/SkAnimateActive.h b/src/animator/SkAnimateActive.h
index 33d0164cea5e1ed7c317b470c8196dc61634bbe9..2bc458bae0b3148230a2f174137146f1e4f86683 100644
--- a/src/animator/SkAnimateActive.h
+++ b/src/animator/SkAnimateActive.h
@@ -23,7 +23,7 @@ public:
void advance();
void append(SkApply* );
void calcDurations(int index);
- void create(SkDrawable* scope, SkMSec time);
+ void create(SkADrawable* scope, SkMSec time);
bool draw() { return immediate(false); }
bool enable() { return immediate(true); }
void init( );

Powered by Google App Engine
This is Rietveld 408576698