commit | 119907cd2575c56b1ebf66348b52e67aaf6a88d8 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Aug 14 09:02:01 2014 -0700 |
committer | John Reck <jreck@google.com> | Wed Aug 27 17:44:25 2014 -0700 |
tree | 9990e37a560021560316ac2cfc6cf4c64df9cb92 | |
parent | 1698297daf8068bc9e6971d43744d48f1672bab2 [diff] [blame] |
Animator stuff Bug: 17228458 Change-Id: Id884a429a512f9cd2be0ed16dbd0f10e92b4440d
diff --git a/libs/hwui/renderthread/TimeLord.h b/libs/hwui/renderthread/TimeLord.h index 52c6d9e..8b0372c 100644 --- a/libs/hwui/renderthread/TimeLord.h +++ b/libs/hwui/renderthread/TimeLord.h
@@ -30,7 +30,7 @@ public: void setFrameInterval(nsecs_t intervalNanos) { mFrameIntervalNanos = intervalNanos; } void vsyncReceived(nsecs_t vsync); - nsecs_t frameTimeMs(); + nsecs_t computeFrameTimeMs(); private: friend class RenderThread;