Chromium Code Reviews| Index: samplecode/SampleApp.cpp |
| =================================================================== |
| --- samplecode/SampleApp.cpp (revision 10010) |
| +++ samplecode/SampleApp.cpp (working copy) |
| @@ -725,7 +725,7 @@ |
| return title; |
| } |
| -bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { |
| +static bool compareSampleTitle(const SkViewFactory* first, const SkViewFactory* second) { |
| return strcmp(getSampleTitle(first).c_str(), getSampleTitle(second).c_str()) < 0; |
| } |