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

Side by Side Diff: ui/display/chromeos/display_configurator.h

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
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_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_ 5 #ifndef UI_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_
6 #define UI_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_ 6 #define UI_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/event_types.h" 14 #include "base/event_types.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/observer_list.h" 16 #include "base/observer_list.h"
17 #include "base/timer/timer.h" 17 #include "base/timer/timer.h"
18 #include "third_party/cros_system_api/dbus/service_constants.h" 18 #include "third_party/cros_system_api/dbus/service_constants.h"
19 #include "ui/display/chromeos/native_display_observer.h"
20 #include "ui/display/display_constants.h"
21 #include "ui/display/display_export.h" 19 #include "ui/display/display_export.h"
20 #include "ui/display/types/chromeos/native_display_observer.h"
21 #include "ui/display/types/display_constants.h"
22 22
23 namespace gfx { 23 namespace gfx {
24 class Point; 24 class Point;
25 class Size; 25 class Size;
26 } 26 }
27 27
28 namespace ui { 28 namespace ui {
29 class DisplayMode; 29 class DisplayMode;
30 class DisplaySnapshot; 30 class DisplaySnapshot;
31 class NativeDisplayDelegate; 31 class NativeDisplayDelegate;
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 393
394 // Display protection requests of each client. 394 // Display protection requests of each client.
395 ProtectionRequests client_protection_requests_; 395 ProtectionRequests client_protection_requests_;
396 396
397 DISALLOW_COPY_AND_ASSIGN(DisplayConfigurator); 397 DISALLOW_COPY_AND_ASSIGN(DisplayConfigurator);
398 }; 398 };
399 399
400 } // namespace ui 400 } // namespace ui
401 401
402 #endif // UI_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_ 402 #endif // UI_DISPLAY_CHROMEOS_DISPLAY_CONFIGURATOR_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698