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

Side by Side Diff: ui/wm/public/window_move_client.h

Issue 392013005: [#1] Delete reduntdant 19 header files in ui/gfx (8 of 19 by this) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorted includes Created 6 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_ 5 #ifndef UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_
6 #define UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_ 6 #define UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_
7 7
8 #include "ui/aura/aura_export.h" 8 #include "ui/aura/aura_export.h"
9 #include "ui/gfx/vector2d.h" 9 #include "ui/gfx/geometry/vector2d.h"
10 10
11 namespace gfx { 11 namespace gfx {
12 class Point; 12 class Point;
13 } 13 }
14 14
15 namespace aura { 15 namespace aura {
16 class Window; 16 class Window;
17 namespace client { 17 namespace client {
18 18
19 enum WindowMoveResult { 19 enum WindowMoveResult {
(...skipping 27 matching lines...) Expand all
47 47
48 // Sets/Gets the activation client for the specified window. 48 // Sets/Gets the activation client for the specified window.
49 AURA_EXPORT void SetWindowMoveClient(Window* window, 49 AURA_EXPORT void SetWindowMoveClient(Window* window,
50 WindowMoveClient* client); 50 WindowMoveClient* client);
51 AURA_EXPORT WindowMoveClient* GetWindowMoveClient(Window* window); 51 AURA_EXPORT WindowMoveClient* GetWindowMoveClient(Window* window);
52 52
53 } // namespace client 53 } // namespace client
54 } // namespace aura 54 } // namespace aura
55 55
56 #endif // UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_ 56 #endif // UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_
OLDNEW
« ui/aura/window_unittest.cc ('K') | « ui/wm/core/window_animations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698