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

Side by Side Diff: ui/ozone/platform/drm/gpu/hardware_display_plane.h

Issue 1133053003: [Ozone-Drm] Move DRM utilities from gpu/ to common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 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_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_ 5 #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_
6 #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_ 6 #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "ui/ozone/ozone_export.h" 12 #include "ui/ozone/ozone_export.h"
13 #include "ui/ozone/platform/drm/gpu/scoped_drm_types.h" 13 #include "ui/ozone/platform/drm/common/scoped_drm_types.h"
14 14
15 namespace gfx { 15 namespace gfx {
16 class Rect; 16 class Rect;
17 } 17 }
18 18
19 namespace ui { 19 namespace ui {
20 20
21 class DrmDevice; 21 class DrmDevice;
22 22
23 class OZONE_EXPORT HardwareDisplayPlane { 23 class OZONE_EXPORT HardwareDisplayPlane {
(...skipping 23 matching lines...) Expand all
47 uint32_t owning_crtc_; 47 uint32_t owning_crtc_;
48 bool in_use_; 48 bool in_use_;
49 bool is_dummy_; 49 bool is_dummy_;
50 50
51 DISALLOW_COPY_AND_ASSIGN(HardwareDisplayPlane); 51 DISALLOW_COPY_AND_ASSIGN(HardwareDisplayPlane);
52 }; 52 };
53 53
54 } // namespace ui 54 } // namespace ui
55 55
56 #endif // UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_ 56 #endif // UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_util.cc ('k') | ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698