aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skotty/Skotty.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skotty/Skotty.h')
-rw-r--r--experimental/skotty/Skotty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/skotty/Skotty.h b/experimental/skotty/Skotty.h
index c20feeb093..d02dc8d3ab 100644
--- a/experimental/skotty/Skotty.h
+++ b/experimental/skotty/Skotty.h
@@ -18,6 +18,7 @@
#include <memory>
class SkCanvas;
+struct SkRect;
class SkStream;
namespace Json { class Value; }
@@ -34,7 +35,7 @@ public:
~Animation();
- void render(SkCanvas*) const;
+ void render(SkCanvas*, const SkRect* dst = nullptr) const;
void animationTick(SkMSec);