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

Unified Diff: src/views/mac/SampleAppDelegate.h

Issue 636723002: override applicationShouldTerminate so we can cleanup when we quit (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
« no previous file with comments | « no previous file | src/views/mac/SampleAppDelegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/mac/SampleAppDelegate.h
diff --git a/src/views/mac/SampleAppDelegate.h b/src/views/mac/SampleAppDelegate.h
index 8f2bead7bd6c265eba46f6d9042f4f72c09c28e2..e22ad9d6ea67c840d79edb47a6574bd842af16b1 100644
--- a/src/views/mac/SampleAppDelegate.h
+++ b/src/views/mac/SampleAppDelegate.h
@@ -21,4 +21,7 @@
@property (assign) IBOutlet SkOptionsTableView* fOptions;
- (IBAction)toiPadSize:(id)sender;
+
+- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
+
@end
« no previous file with comments | « no previous file | src/views/mac/SampleAppDelegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698