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

Side by Side Diff: ui/ozone/common/gpu/ozone_gpu_messages.h

Issue 1671223002: Revert of Give user ability to file a feedback report from the display error notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 // Multiply-included message file, hence no include guard here, but see below 5 // Multiply-included message file, hence no include guard here, but see below
6 // for a much smaller-than-usual include guard section. 6 // for a much smaller-than-usual include guard section.
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <vector> 10 #include <vector>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 IPC_STRUCT_TRAITS_BEGIN(ui::DisplaySnapshot_Params) 44 IPC_STRUCT_TRAITS_BEGIN(ui::DisplaySnapshot_Params)
45 IPC_STRUCT_TRAITS_MEMBER(display_id) 45 IPC_STRUCT_TRAITS_MEMBER(display_id)
46 IPC_STRUCT_TRAITS_MEMBER(origin) 46 IPC_STRUCT_TRAITS_MEMBER(origin)
47 IPC_STRUCT_TRAITS_MEMBER(physical_size) 47 IPC_STRUCT_TRAITS_MEMBER(physical_size)
48 IPC_STRUCT_TRAITS_MEMBER(type) 48 IPC_STRUCT_TRAITS_MEMBER(type)
49 IPC_STRUCT_TRAITS_MEMBER(is_aspect_preserving_scaling) 49 IPC_STRUCT_TRAITS_MEMBER(is_aspect_preserving_scaling)
50 IPC_STRUCT_TRAITS_MEMBER(has_overscan) 50 IPC_STRUCT_TRAITS_MEMBER(has_overscan)
51 IPC_STRUCT_TRAITS_MEMBER(display_name) 51 IPC_STRUCT_TRAITS_MEMBER(display_name)
52 IPC_STRUCT_TRAITS_MEMBER(sys_path) 52 IPC_STRUCT_TRAITS_MEMBER(sys_path)
53 IPC_STRUCT_TRAITS_MEMBER(modes) 53 IPC_STRUCT_TRAITS_MEMBER(modes)
54 IPC_STRUCT_TRAITS_MEMBER(edid)
55 IPC_STRUCT_TRAITS_MEMBER(has_current_mode) 54 IPC_STRUCT_TRAITS_MEMBER(has_current_mode)
56 IPC_STRUCT_TRAITS_MEMBER(current_mode) 55 IPC_STRUCT_TRAITS_MEMBER(current_mode)
57 IPC_STRUCT_TRAITS_MEMBER(has_native_mode) 56 IPC_STRUCT_TRAITS_MEMBER(has_native_mode)
58 IPC_STRUCT_TRAITS_MEMBER(native_mode) 57 IPC_STRUCT_TRAITS_MEMBER(native_mode)
59 IPC_STRUCT_TRAITS_MEMBER(product_id) 58 IPC_STRUCT_TRAITS_MEMBER(product_id)
60 IPC_STRUCT_TRAITS_MEMBER(string_representation) 59 IPC_STRUCT_TRAITS_MEMBER(string_representation)
61 IPC_STRUCT_TRAITS_END() 60 IPC_STRUCT_TRAITS_END()
62 61
63 IPC_STRUCT_TRAITS_BEGIN(ui::GammaRampRGBEntry) 62 IPC_STRUCT_TRAITS_BEGIN(ui::GammaRampRGBEntry)
64 IPC_STRUCT_TRAITS_MEMBER(r) 63 IPC_STRUCT_TRAITS_MEMBER(r)
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 177
179 // Response to OzoneGpuMsg_RelinquishDisplayControl. 178 // Response to OzoneGpuMsg_RelinquishDisplayControl.
180 IPC_MESSAGE_CONTROL1(OzoneHostMsg_DisplayControlRelinquished, 179 IPC_MESSAGE_CONTROL1(OzoneHostMsg_DisplayControlRelinquished,
181 bool /* success */) 180 bool /* success */)
182 181
183 // Response to OzoneGpuMsg_CheckOverlayCapabilities. Returns list of supported 182 // Response to OzoneGpuMsg_CheckOverlayCapabilities. Returns list of supported
184 // params. 183 // params.
185 IPC_MESSAGE_CONTROL2(OzoneHostMsg_OverlayCapabilitiesReceived, 184 IPC_MESSAGE_CONTROL2(OzoneHostMsg_OverlayCapabilitiesReceived,
186 gfx::AcceleratedWidget /* widget */, 185 gfx::AcceleratedWidget /* widget */,
187 std::vector<ui::OverlayCheck_Params> /* overlays */) 186 std::vector<ui::OverlayCheck_Params> /* overlays */)
OLDNEW
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_message_params.h ('k') | ui/ozone/platform/drm/common/drm_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698