From cbc4a5d96c5483de4ce621dca9e54833307c8f9c Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 14 Sep 2012 18:52:10 +0000 Subject: [PATCH] Add file I forgot in https://code.google.com/p/skia/source/detail?r=5552 git-svn-id: http://skia.googlecode.com/svn/trunk@5554 2bbb7eff-a529-9590-31e7-b0007b416f81 --- samplecode/TransitionView.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 samplecode/TransitionView.h 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_