aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/animator/SkAnimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/animator/SkAnimator.h')
-rw-r--r--include/animator/SkAnimator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/animator/SkAnimator.h b/include/animator/SkAnimator.h
index 9bb3642ca0..0fe787c526 100644
--- a/include/animator/SkAnimator.h
+++ b/include/animator/SkAnimator.h
@@ -443,7 +443,8 @@ public:
};
/** Sets a user class to return the current time to the animator.
- Optional; if not called, the system clock will be used by calling SkTime::GetMSecs instead.
+ Optional; if not called, the system clock will be used by calling
+ SkEvent::GetMSecsSinceStartup instead.
@param callBack the time function
*/
void setTimeline(const Timeline& );