Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: samplecode/SampleApp.h

Issue 344873004: Port SampleApp to SkCommandLineFlags. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleApp.h
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index fa859010c1e26827d709af9ba928f6496d5d5282..e08ff8a8f4ff325fc8567fe027b0c0e57f88a6db 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -156,14 +156,6 @@ protected:
virtual Click* onFindClickHandler(SkScalar x, SkScalar y,
unsigned modi) SK_OVERRIDE;
- void registerPictFileSamples(char** argv, int argc);
- void registerPictFileSample(char** argv, int argc);
-
-#ifdef SAMPLE_PDF_FILE_VIEWER
- void registerPdfFileViewerSamples(char** argv, int argc);
-#endif // SAMPLE_PDF_FILE_VIEWER
-
-
private:
class DefaultDeviceManager;
« no previous file with comments | « no previous file | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698