skia2/modules
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
..
canvaskit [canvaskit] Save a copy by using SkVertices::Builder 2019-06-03 18:41:00 +00:00
particles ByteCode: Improved ExternalValue interface 2019-06-25 02:57:24 +00:00
pathkit rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
skottie tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
skparagraph Fix for Windows specific compiler issues (constexpr). 2019-07-11 14:16:11 +00:00
sksg tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
skshaper Reland "SkParagraph" 2019-06-11 17:20:36 +00:00