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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/experimental/skotty/Skotty.h b/experimental/skotty/Skotty.h
index 5cdffb829d..c20feeb093 100644
--- a/experimental/skotty/Skotty.h
+++ b/experimental/skotty/Skotty.h
@@ -38,9 +38,11 @@ public:
void animationTick(SkMSec);
- const SkString& version() const { return fVersion; }
- const SkSize& size() const { return fSize; }
- SkScalar frameRate() const { return fFrameRate; }
+ const SkString& version() const { return fVersion; }
+ const SkSize& size() const { return fSize; }
+ SkScalar frameRate() const { return fFrameRate; }
+ SkScalar inPoint() const { return fInPoint; }
+ SkScalar outPoint() const { return fOutPoint; }
void setShowInval(bool show) { fShowInval = show; }