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

Side by Side Diff: components/mus/ws/display_manager_delegate.h

Issue 1496103002: Reusing base::IdType<...> to implement SurfaceId. Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-id-base
Patch Set: Rebasing + dusting off... Created 4 years, 10 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ 5 #ifndef COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_
6 #define COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ 6 #define COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_
7 7
8 #include "cc/surfaces/surface_id.h"
8 #include "components/mus/public/interfaces/window_tree.mojom.h" 9 #include "components/mus/public/interfaces/window_tree.mojom.h"
9 #include "components/mus/ws/ids.h" 10 #include "components/mus/ws/ids.h"
10 11
11 namespace cc {
12 struct SurfaceId;
13 }
14
15 namespace ui { 12 namespace ui {
16 class Event; 13 class Event;
17 } 14 }
18 15
19 namespace mus { 16 namespace mus {
20 17
21 namespace ws { 18 namespace ws {
22 19
23 class ServerWindow; 20 class ServerWindow;
24 21
(...skipping 23 matching lines...) Expand all
48 45
49 protected: 46 protected:
50 virtual ~DisplayManagerDelegate() {} 47 virtual ~DisplayManagerDelegate() {}
51 }; 48 };
52 49
53 } // namespace ws 50 } // namespace ws
54 51
55 } // namespace mus 52 } // namespace mus
56 53
57 #endif // COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ 54 #endif // COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_
OLDNEW
« no previous file with comments | « components/mus/surfaces/top_level_display_client.cc ('k') | components/mus/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698