aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/TransitionView.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/TransitionView.h')
-rw-r--r--samplecode/TransitionView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/samplecode/TransitionView.h b/samplecode/TransitionView.h
index ac95221f89..92e136aaf6 100644
--- a/samplecode/TransitionView.h
+++ b/samplecode/TransitionView.h
@@ -12,4 +12,6 @@ class SkView;
SkView* create_transition(SkView* prev, SkView* next, int direction);
+bool is_transition(SkView* view);
+
#endif // SAMPLECODE_TRANSITIONVIEW_H_