epoger@google.com | cbc4a5d | 2012-09-14 18:52:10 +0000 | [diff] [blame] | 1 | /* |
| 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 | |
| 11 | class SkView; |
| 12 | |
| 13 | SkView* create_transition(SkView* prev, SkView* next, int direction); |
| 14 | |
tfarina@chromium.org | b1b7f707 | 2012-09-18 01:52:20 +0000 | [diff] [blame] | 15 | bool is_transition(SkView* view); |
| 16 | |
epoger@google.com | cbc4a5d | 2012-09-14 18:52:10 +0000 | [diff] [blame] | 17 | #endif // SAMPLECODE_TRANSITIONVIEW_H_ |