| commit | 7265e725555098637498db2f397623d7991ceb4b | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 03 18:22:28 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 03 18:22:28 2012 +0000 |
| tree | cb75b0544035ca485a6a69e62a4ab50210d12356 | |
| parent | 67a6db36110b3904f09488a08a08e58b3ca10fd8 [diff] [blame] |
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; };