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

Unified Diff: example/mac/HelloWorldDelegate.h

Issue 886413004: move HelloWorld to be a peer of SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: exclude android as well Created 5 years, 11 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 | « example/mac/HelloWorld-Info.plist ('k') | example/mac/HelloWorldDelegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/mac/HelloWorldDelegate.h
diff --git a/src/views/mac/SampleAppDelegate.h b/example/mac/HelloWorldDelegate.h
similarity index 89%
copy from src/views/mac/SampleAppDelegate.h
copy to example/mac/HelloWorldDelegate.h
index e22ad9d6ea67c840d79edb47a6574bd842af16b1..40e910b7702e36b9b6798b1edf864bbfe49b8970 100644
--- a/src/views/mac/SampleAppDelegate.h
+++ b/example/mac/HelloWorldDelegate.h
@@ -10,7 +10,7 @@
#import <Cocoa/Cocoa.h>
#import "SkSampleNSView.h"
#import "SkOptionsTableView.h"
-@interface SampleAppDelegate : NSObject <NSApplicationDelegate> {
+@interface HelloWorldDelegate : NSObject <NSApplicationDelegate> {
NSWindow* fWindow;
SkSampleNSView* fView;
SkOptionsTableView* fOptions;
« no previous file with comments | « example/mac/HelloWorld-Info.plist ('k') | example/mac/HelloWorldDelegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698