aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/TransitionView.h
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-14 18:52:10 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-14 18:52:10 +0000
commitcbc4a5d96c5483de4ce621dca9e54833307c8f9c (patch)
tree514fcefcdabe8b7d79cea81ebfc345c0afd2646f /samplecode/TransitionView.h
parent37711e1f99d28ef9298dbc9b7269abe51c77aa72 (diff)
git-svn-id: http://skia.googlecode.com/svn/trunk@5554 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/TransitionView.h')
-rw-r--r--samplecode/TransitionView.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/samplecode/TransitionView.h b/samplecode/TransitionView.h
new file mode 100644
index 0000000000..ac95221f89
--- /dev/null
+++ b/samplecode/TransitionView.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SAMPLECODE_TRANSITIONVIEW_H_
+#define SAMPLECODE_TRANSITIONVIEW_H_
+
+class SkView;
+
+SkView* create_transition(SkView* prev, SkView* next, int direction);
+
+#endif // SAMPLECODE_TRANSITIONVIEW_H_