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

Side by Side Diff: ui/base/accelerators/platform_accelerator_cocoa.h

Issue 2606903002: Import Objective C Frameworks in ui/ (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_ 5 #ifndef UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_
6 #define UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_ 6 #define UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_
7 7
8 #include <Foundation/Foundation.h> 8 #import <Foundation/Foundation.h>
9 9
10 #include "base/mac/scoped_nsobject.h" 10 #include "base/mac/scoped_nsobject.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "ui/base/accelerators/platform_accelerator.h" 12 #include "ui/base/accelerators/platform_accelerator.h"
13 13
14 namespace ui { 14 namespace ui {
15 15
16 // This is a Mac specific class for specifing accelerator keys. 16 // This is a Mac specific class for specifing accelerator keys.
17 class UI_BASE_EXPORT PlatformAcceleratorCocoa : public PlatformAccelerator { 17 class UI_BASE_EXPORT PlatformAcceleratorCocoa : public PlatformAccelerator {
18 public: 18 public:
(...skipping 15 matching lines...) Expand all
34 // String of characters for the key equivalent. 34 // String of characters for the key equivalent.
35 base::scoped_nsobject<NSString> characters_; 35 base::scoped_nsobject<NSString> characters_;
36 NSUInteger modifier_mask_; 36 NSUInteger modifier_mask_;
37 37
38 DISALLOW_COPY_AND_ASSIGN(PlatformAcceleratorCocoa); 38 DISALLOW_COPY_AND_ASSIGN(PlatformAcceleratorCocoa);
39 }; 39 };
40 40
41 } // namespace ui 41 } // namespace ui
42 42
43 #endif // UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_ 43 #endif // UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_COCOA_H_
OLDNEW
« no previous file with comments | « ui/accelerated_widget_mac/ca_renderer_layer_tree.mm ('k') | ui/gfx/image/image_skia_util_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698