skia2/modules/skottie
Hal Canary 41248071ac tools: separate TimeUtils from AnimTimer
gm, slides, and samples no longer need to know about the implementation
details of AnimTimer.

This
    virtual bool onAnimate(const AnimTimer&);
becomes this:
    virtual bool onAnimate(double /*nanoseconds*/);
which is much easier to reason about.

AnimTimer itself is now part of viewer.

Change-Id: Ib70bf7a0798b1991f25204ae84f70463cdbeb358
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226838
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-07-12 15:05:01 +00:00
..
fuzz rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
gm tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
include add motion blur params to skottie2movie 2019-06-17 23:13:16 +00:00
src [skottie] Caching motion tile 2019-07-10 19:13:41 +00:00
utils rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
BUILD.gn Reland "SkParagraph" 2019-06-11 17:20:36 +00:00
skottie.gni [skottie] Motion blur support 2019-07-09 13:02:17 +00:00