Added "--list" command line option to SampleApp

http://codereview.appspot.com/6161043/

committed on behalf of Guanqun



git-svn-id: http://skia.googlecode.com/svn/trunk@3835 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index eb49236..e587e1f 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -198,6 +198,7 @@
     void postAnimatingEvent();
     void installDrawFilter(SkCanvas*);
     int findByTitle(const char*);
+    void listTitles();
 
     typedef SkOSWindow INHERITED;
 };