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

Side by Side Diff: ui/keyboard/keyboard_layout_manager.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 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
« no previous file with comments | « ui/keyboard/keyboard_controller_unittest.cc ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_ 5 #ifndef UI_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_
6 #define UI_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_ 6 #define UI_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_
7 7
8 #include "base/macros.h"
8 #include "ui/aura/layout_manager.h" 9 #include "ui/aura/layout_manager.h"
9 #include "ui/aura/window.h" 10 #include "ui/aura/window.h"
10 11
11 namespace keyboard { 12 namespace keyboard {
12 13
13 class KeyboardController; 14 class KeyboardController;
14 15
15 // LayoutManager for the virtual keyboard container. Manages a single window 16 // LayoutManager for the virtual keyboard container. Manages a single window
16 // (the virtual keyboard) and keeps it positioned at the bottom of the 17 // (the virtual keyboard) and keeps it positioned at the bottom of the
17 // owner window. 18 // owner window.
(...skipping 16 matching lines...) Expand all
34 private: 35 private:
35 KeyboardController* controller_; 36 KeyboardController* controller_;
36 aura::Window* keyboard_; 37 aura::Window* keyboard_;
37 38
38 DISALLOW_COPY_AND_ASSIGN(KeyboardLayoutManager); 39 DISALLOW_COPY_AND_ASSIGN(KeyboardLayoutManager);
39 }; 40 };
40 41
41 } // namespace keyboard 42 } // namespace keyboard
42 43
43 #endif // UI_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_ 44 #endif // UI_KEYBOARD_KEYBOARD_LAYOUT_MANAGER_H_
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard_controller_unittest.cc ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698