diff options
| author | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-18 01:52:20 +0000 |
|---|---|---|
| committer | tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-18 01:52:20 +0000 |
| commit | b1b7f707907b8c63b955cd2aef1cc454623e3656 (patch) | |
| tree | 639827ef5265f501acc41491a43849929eef6219 /samplecode/SampleApp.cpp | |
| parent | 13fd5a15a170c0d024f4907991d8a57d8adf755e (diff) | |
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
Diffstat (limited to 'samplecode/SampleApp.cpp')
| -rw-r--r-- | samplecode/SampleApp.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index cfdd4ae3a5..a98f2fcb77 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -37,6 +37,7 @@ class GrContext; #include "SkGPipe.h" #include "SamplePipeControllers.h" +#include "OverView.h" #include "TransitionView.h" SK_DEFINE_INST_COUNT(SampleWindow::DeviceManager) @@ -79,11 +80,6 @@ SkTDArray<char> gTempDataStore; //#define DEFAULT_TO_GPU 1 #endif -extern SkView* create_overview(int, const SkViewFactory*[]); -extern bool is_overview(SkView* view); -extern bool is_transition(SkView* view); - - #define ANIMATING_EVENTTYPE "nextSample" #define ANIMATING_DELAY 750 |
