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

Side by Side Diff: ui/ozone/platform/dri/native_display_delegate_dri.h

Issue 950473002: [ozone] clang warning fix for https://codereview.chromium.org/905873003 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/ozone/platform/dri/dri_gpu_platform_support.h ('k') | no next file » | 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_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_ 5 #ifndef UI_OZONE_PLATFORM_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_
6 #define UI_OZONE_PLATFORM_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_ 6 #define UI_OZONE_PLATFORM_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/scoped_vector.h" 10 #include "base/memory/scoped_vector.h"
11 #include "ui/ozone/common/gpu/ozone_gpu_message_params.h" 11 #include "ui/ozone/common/gpu/ozone_gpu_message_params.h"
12 12
13 namespace base { 13 namespace base {
14 class FileDescriptor;
15 class FilePath; 14 class FilePath;
16 class SingleThreadTaskRunner; 15 class SingleThreadTaskRunner;
16 struct FileDescriptor;
17 } 17 }
18 18
19 namespace ui { 19 namespace ui {
20 20
21 class DeviceManager; 21 class DeviceManager;
22 class DisplaySnapshotDri; 22 class DisplaySnapshotDri;
23 class DisplayMode; 23 class DisplayMode;
24 class DisplayModeDri; 24 class DisplayModeDri;
25 class DriWrapper; 25 class DriWrapper;
26 class DrmDeviceGenerator; 26 class DrmDeviceGenerator;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 // of them independently for cleanup. 84 // of them independently for cleanup.
85 ScopedVector<const DisplayMode> cached_modes_; 85 ScopedVector<const DisplayMode> cached_modes_;
86 ScopedVector<DisplaySnapshotDri> cached_displays_; 86 ScopedVector<DisplaySnapshotDri> cached_displays_;
87 87
88 DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateDri); 88 DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateDri);
89 }; 89 };
90 90
91 } // namespace ui 91 } // namespace ui
92 92
93 #endif // UI_OZONE_PLATFORM_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_ 93 #endif // UI_OZONE_PLATFORM_DRI_NATIVE_DISPLAY_DELEGATE_DRI_H_
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/dri_gpu_platform_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698