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

Unified Diff: samplecode/SampleApp.cpp

Issue 637263004: fix some bit-rot in the ios port of sampleapp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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
Index: samplecode/SampleApp.cpp
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
index ed57f114386ba794aa325ef8d26c8cfd25a02940..2c17379f8803d4081036b22011d896e845a6bcb9 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -2381,6 +2381,7 @@ void get_preferred_size(int* x, int* y, int* width, int* height) {
}
#ifdef SK_BUILD_FOR_IOS
+#include "SkApplication.h"
IOS_launch_type set_cmd_line_args(int , char *[], const char* resourceDir) {
SetResourcePath(resourceDir);
return kApplication__iOSLaunchType;
« experimental/iOSSampleApp/SkSampleUIView.mm ('K') | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698