From b1b7f707907b8c63b955cd2aef1cc454623e3656 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 18 Sep 2012 01:52:20 +0000 Subject: Add a header for OverView.cpp as well. This fixes another FIXMEs. Signed-off-by: Thiago Farina Review URL: https://codereview.appspot.com/6492125 git-svn-id: http://skia.googlecode.com/svn/trunk@5576 2bbb7eff-a529-9590-31e7-b0007b416f81 --- samplecode/TransitionView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samplecode/TransitionView.h') diff --git a/samplecode/TransitionView.h b/samplecode/TransitionView.h index ac95221f89..92e136aaf6 100644 --- a/samplecode/TransitionView.h +++ b/samplecode/TransitionView.h @@ -12,4 +12,6 @@ class SkView; SkView* create_transition(SkView* prev, SkView* next, int direction); +bool is_transition(SkView* view); + #endif // SAMPLECODE_TRANSITIONVIEW_H_ -- cgit v1.2.3