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

Side by Side Diff: ui/platform_window/win/win_window.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/platform_window/stub/stub_window.h ('k') | ui/platform_window/x11/x11_window.h » ('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_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_ 5 #ifndef UI_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_
6 #define UI_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_ 6 #define UI_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h"
9 #include "ui/gfx/win/window_impl.h" 10 #include "ui/gfx/win/window_impl.h"
10 #include "ui/platform_window/platform_window.h" 11 #include "ui/platform_window/platform_window.h"
11 #include "ui/platform_window/win/win_window_export.h" 12 #include "ui/platform_window/win/win_window_export.h"
12 13
13 namespace ui { 14 namespace ui {
14 15
15 class WIN_WINDOW_EXPORT WinWindow : public NON_EXPORTED_BASE(PlatformWindow), 16 class WIN_WINDOW_EXPORT WinWindow : public NON_EXPORTED_BASE(PlatformWindow),
16 public gfx::WindowImpl { 17 public gfx::WindowImpl {
17 public: 18 public:
18 WinWindow(PlatformWindowDelegate* delegate, const gfx::Rect& bounds); 19 WinWindow(PlatformWindowDelegate* delegate, const gfx::Rect& bounds);
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 // Set true to let WindowTreeHostWin use a popup window 83 // Set true to let WindowTreeHostWin use a popup window
83 // with no frame/title so that the window size and test's 84 // with no frame/title so that the window size and test's
84 // expectations matches. 85 // expectations matches.
85 WIN_WINDOW_EXPORT void SetUsePopupAsRootWindowForTest(bool use); 86 WIN_WINDOW_EXPORT void SetUsePopupAsRootWindowForTest(bool use);
86 87
87 } // namespace test 88 } // namespace test
88 89
89 } // namespace ui 90 } // namespace ui
90 91
91 #endif // UI_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_ 92 #endif // UI_PLATFORM_WINDOW_WIN_WIN_WINDOW_H_
OLDNEW
« no previous file with comments | « ui/platform_window/stub/stub_window.h ('k') | ui/platform_window/x11/x11_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698