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

Unified Diff: src/animator/SkAnimateActive.cpp

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.cpp
diff --git a/src/animator/SkAnimateActive.cpp b/src/animator/SkAnimateActive.cpp
index 46b849b51979c5af76730d911dffe9e122eeb890..697c077ed5f3d94e9764d3555ed761dad0087ffb 100644
--- a/src/animator/SkAnimateActive.cpp
+++ b/src/animator/SkAnimateActive.cpp
@@ -164,7 +164,7 @@ void SkActive::calcDurations(int index)
fMaxTime = maxTime;
}
-void SkActive::create(SkDrawable* drawable, SkMSec time) {
+void SkActive::create(SkADrawable* drawable, SkMSec time) {
fApply.fLastTime = time;
fApply.refresh(fMaker);
for (int index = 0; index < fAnimators.count(); index++) {
@@ -191,7 +191,7 @@ void SkActive::create(SkDrawable* drawable, SkMSec time) {
bool SkActive::immediate(bool enable) {
SkMSec time = 0;
bool result = false;
- SkDrawable* drawable = fApply.scope;
+ SkADrawable* drawable = fApply.scope;
SkMSec final = fMaxTime;
do {
bool applied = fAnimators.count() == 0;

Powered by Google App Engine
This is Rietveld 408576698