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

Side by Side Diff: examples/wm_flow/wm/frame_controller.h

Issue 765753003: Move window_manager service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « examples/wm_flow/BUILD.gn ('k') | examples/wm_flow/wm/frame_controller.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 EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_ 5 #ifndef EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
6 #define EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_ 6 #define EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "mojo/services/public/cpp/view_manager/view_observer.h" 9 #include "mojo/services/public/cpp/view_manager/view_observer.h"
10 #include "mojo/services/window_manager/focus_controller.h" 10 #include "services/window_manager/focus_controller.h"
11 #include "ui/gfx/geometry/rect.h" 11 #include "ui/gfx/geometry/rect.h"
12 12
13 namespace mojo { 13 namespace mojo {
14 class NativeWidgetViewManager; 14 class NativeWidgetViewManager;
15 class Shell; 15 class Shell;
16 class View; 16 class View;
17 class WindowManagerApp; 17 class WindowManagerApp;
18 } 18 }
19 19
20 namespace views { 20 namespace views {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 views::Widget* widget_; 52 views::Widget* widget_;
53 bool maximized_; 53 bool maximized_;
54 gfx::Rect restored_bounds_; 54 gfx::Rect restored_bounds_;
55 mojo::WindowManagerApp* window_manager_app_; 55 mojo::WindowManagerApp* window_manager_app_;
56 scoped_ptr<FrameEventHandler> frame_event_handler_; 56 scoped_ptr<FrameEventHandler> frame_event_handler_;
57 57
58 DISALLOW_COPY_AND_ASSIGN(FrameController); 58 DISALLOW_COPY_AND_ASSIGN(FrameController);
59 }; 59 };
60 60
61 #endif // EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_ 61 #endif // EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
OLDNEW
« no previous file with comments | « examples/wm_flow/BUILD.gn ('k') | examples/wm_flow/wm/frame_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698