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

Unified Diff: experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm

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: experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm
diff --git a/experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm b/experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm
index 7c2aef4d4fe74e0e49837dd5f76507731ef240ee..a4b31e8fbb925e2eba09312cf976b6ed7a0d2b68 100644
--- a/experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm
+++ b/experimental/iOSSampleApp/Shared/SkUIDetailViewController.mm
@@ -104,6 +104,7 @@
}
- (void)printContent {
+ /*
jvanverth1 2014/10/20 15:03:22 Probably should explain why this is commented out.
reed1 2014/10/22 19:56:53 Done.
UIPrintInteractionController *controller = [UIPrintInteractionController sharedPrintController];
UIPrintInfo *printInfo = [UIPrintInfo printInfo];
printInfo.jobName = @"Skia iOS SampleApp";
@@ -132,6 +133,7 @@
} else {
[controller presentAnimated:YES completionHandler:SkCompletionHandler];
}
+ */
}
- (void)presentOptions {
« no previous file with comments | « no previous file | experimental/iOSSampleApp/SkSampleUIView.mm » ('j') | experimental/iOSSampleApp/SkSampleUIView.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698