RETURN key now records default slide for startup



git-svn-id: http://skia.googlecode.com/svn/trunk@2925 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index cd07206..871d47e 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -139,7 +139,6 @@
 
     bool fUseClip;
     bool fNClip;
-    bool fRepeatDrawing;
     bool fAnimating;
     bool fRotate;
     bool fPerspAnim;
@@ -190,6 +189,7 @@
     void updateMatrix();
     void postAnimatingEvent();
     void installDrawFilter(SkCanvas*);
+    int findByTitle(const char*);
 
     typedef SkOSWindow INHERITED;
 };