Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Side by Side Diff: samplecode/TransitionView.h

Issue 850843002: delete the dreaded TransitionView (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « samplecode/SampleApp.cpp ('k') | samplecode/TransitionView.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
15 bool is_transition(SkView* view);
16
17 #endif // SAMPLECODE_TRANSITIONVIEW_H_
OLDNEW
« no previous file with comments | « samplecode/SampleApp.cpp ('k') | samplecode/TransitionView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698