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

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

Issue 1184143011: nibless mac, visual bench working on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix HelloWorld compile on windows Created 5 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 | « src/views/mac/SampleApp-Info.plist ('k') | 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
deleted file mode 100644
index e22ad9d6ea67c840d79edb47a6574bd842af16b1..0000000000000000000000000000000000000000
--- a/src/views/mac/SampleAppDelegate.h
+++ /dev/null
@@ -1,27 +0,0 @@
-
-/*
- * Copyright 2011 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-
-#import <Cocoa/Cocoa.h>
-#import "SkSampleNSView.h"
-#import "SkOptionsTableView.h"
-@interface SampleAppDelegate : NSObject <NSApplicationDelegate> {
- NSWindow* fWindow;
- SkSampleNSView* fView;
- SkOptionsTableView* fOptions;
-}
-
-@property (assign) IBOutlet NSWindow* fWindow;
-@property (assign) IBOutlet SkSampleNSView* fView;
-@property (assign) IBOutlet SkOptionsTableView* fOptions;
-
-- (IBAction)toiPadSize:(id)sender;
-
-- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender;
-
-@end
« no previous file with comments | « src/views/mac/SampleApp-Info.plist ('k') | src/views/mac/SampleAppDelegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698