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

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

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « ui/message_center/message_center_impl.h ('k') | ui/views/widget/native_widget_aura.h » ('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 UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_ 5 #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_
6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_ 6 #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/files/file.h" 13 #include "base/files/file.h"
14 #include "base/files/file_path.h" 14 #include "base/files/file_path.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
17 #include "base/memory/scoped_vector.h"
18 #include "ui/gfx/geometry/rect.h" 17 #include "ui/gfx/geometry/rect.h"
19 #include "ui/gfx/geometry/rect_f.h" 18 #include "ui/gfx/geometry/rect_f.h"
20 #include "ui/gfx/overlay_transform.h" 19 #include "ui/gfx/overlay_transform.h"
21 #include "ui/ozone/ozone_export.h" 20 #include "ui/ozone/ozone_export.h"
22 #include "ui/ozone/platform/drm/common/scoped_drm_types.h" 21 #include "ui/ozone/platform/drm/common/scoped_drm_types.h"
23 #include "ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h" 22 #include "ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h"
24 23
25 typedef struct _drmEventContext drmEventContext; 24 typedef struct _drmEventContext drmEventContext;
26 typedef struct _drmModeModeInfo drmModeModeInfo; 25 typedef struct _drmModeModeInfo drmModeModeInfo;
27 26
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 scoped_refptr<IOWatcher> watcher_; 201 scoped_refptr<IOWatcher> watcher_;
203 202
204 scoped_refptr<PageFlipManager> page_flip_manager_; 203 scoped_refptr<PageFlipManager> page_flip_manager_;
205 204
206 DISALLOW_COPY_AND_ASSIGN(DrmDevice); 205 DISALLOW_COPY_AND_ASSIGN(DrmDevice);
207 }; 206 };
208 207
209 } // namespace ui 208 } // namespace ui
210 209
211 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_ 210 #endif // UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_
OLDNEW
« no previous file with comments | « ui/message_center/message_center_impl.h ('k') | ui/views/widget/native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698