diff options
author | John Reck <jreck@google.com> | 2014-05-14 16:34:14 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2014-05-15 08:53:39 -0700 |
commit | ff941dcd815021bb20d6504eb486acb1e50592c3 (patch) | |
tree | 1d417ed425ed1c08598689f302b31e23d73036f2 /libs/hwui/TreeInfo.h | |
parent | 951ecb77c5dfe69a4d19d26429286111333ab123 (diff) |
Animator start value...
Change-Id: Ifd35ed95a28c625086d7fa97764fe63ab4a997f1
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r-- | libs/hwui/TreeInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index fc5994cac5c7..d4a23b878390 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -21,12 +21,12 @@ namespace android { namespace uirenderer { -class BaseAnimator; +class BaseRenderNodeAnimator; class AnimationListener; class AnimationHook { public: - virtual void callOnFinished(BaseAnimator* animator, AnimationListener* listener) = 0; + virtual void callOnFinished(BaseRenderNodeAnimator* animator, AnimationListener* listener) = 0; protected: ~AnimationHook() {} }; |