blob: ac95221f89e7e20b3af0c9d283c0300a34551c7f [file] [log] [blame]
epoger@google.comcbc4a5d2012-09-14 18:52:10 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SAMPLECODE_TRANSITIONVIEW_H_
9#define SAMPLECODE_TRANSITIONVIEW_H_
10
11class SkView;
12
13SkView* create_transition(SkView* prev, SkView* next, int direction);
14
15#endif // SAMPLECODE_TRANSITIONVIEW_H_