skia2/tools/viewer
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
..
AnimTimer.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
BisectSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
BisectSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GMSlide.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
GMSlide.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
ImageSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ImageSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ImGuiLayer.cpp ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey 2019-07-09 16:16:41 +00:00
ImGuiLayer.h ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey 2019-07-09 16:16:41 +00:00
ParticlesSlide.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
ParticlesSlide.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SampleSlide.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SampleSlide.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SkottieSlide.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SkottieSlide.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SKPSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SKPSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
Slide.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SlideDir.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
SlideDir.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
StatsLayer.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
StatsLayer.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SvgSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SvgSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
TouchGesture.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
TouchGesture.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
Viewer.cpp tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
Viewer.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00