commit | b1b7f707907b8c63b955cd2aef1cc454623e3656 | [log] [tgz] |
---|---|---|
author | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 18 01:52:20 2012 +0000 |
committer | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 18 01:52:20 2012 +0000 |
tree | 639827ef5265f501acc41491a43849929eef6219 | |
parent | 13fd5a15a170c0d024f4907991d8a57d8adf755e [diff] [blame] |
Add a header for OverView.cpp as well. This fixes another FIXMEs. Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: https://codereview.appspot.com/6492125 git-svn-id: http://skia.googlecode.com/svn/trunk@5576 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/TransitionView.h b/samplecode/TransitionView.h index ac95221..92e136a 100644 --- a/samplecode/TransitionView.h +++ b/samplecode/TransitionView.h
@@ -12,4 +12,6 @@ SkView* create_transition(SkView* prev, SkView* next, int direction); +bool is_transition(SkView* view); + #endif // SAMPLECODE_TRANSITIONVIEW_H_