| commit | 2e20c248f33e1ee129280dd71492785533908b63 | [log] [tgz] |
|---|---|---|
| author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 07 19:26:42 2011 +0000 |
| committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jul 07 19:26:42 2011 +0000 |
| tree | dc50daca901daf1054e919dec65d62e747e8464a | |
| parent | e6ea606fb92cd611b965806cb005f87495b261f2 [diff] [blame] |
Updated iOSSampleApp and related files. Removed include guard in SkTime_Unix.cpp, which the iOSSampleApp now uses. git-svn-id: http://skia.googlecode.com/svn/trunk@1820 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/iOSSampleApp/iPhone/SkUINavigationController.mm b/experimental/iOSSampleApp/iPhone/SkUINavigationController.mm index d39cc48..179eed7 100644 --- a/experimental/iOSSampleApp/iPhone/SkUINavigationController.mm +++ b/experimental/iOSSampleApp/iPhone/SkUINavigationController.mm
@@ -4,7 +4,7 @@ @synthesize fRoot, fDetail; - (void)loadData { - [fRoot initList]; + [fRoot initSamples]; [fDetail populateRoot:fRoot]; }