aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/viewer/SkottieSlide.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viewer/SkottieSlide.h')
-rw-r--r--tools/viewer/SkottieSlide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/viewer/SkottieSlide.h b/tools/viewer/SkottieSlide.h
index f573c2ed09..44929d7be5 100644
--- a/tools/viewer/SkottieSlide.h
+++ b/tools/viewer/SkottieSlide.h
@@ -50,13 +50,13 @@ public:
void draw(SkCanvas*) override;
bool animate(const SkAnimTimer&) override;
bool onMouse(SkScalar x, SkScalar y, sk_app::Window::InputState, uint32_t modifiers) override;
+
private:
class AnimationWrapper;
struct Rec {
sk_sp<AnimationWrapper> fWrapper;
SkMSec fTimeBase = 0;
- SkString fName;
bool fShowAnimationInval = false;
explicit Rec(sk_sp<AnimationWrapper>);