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

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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 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
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('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 // 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>
11 11
12 #include "base/file_descriptor_posix.h" 12 #include "base/file_descriptor_posix.h"
13 #include "ipc/ipc_message_macros.h" 13 #include "ipc/ipc_message_macros.h"
14 #include "third_party/skia/include/core/SkBitmap.h" 14 #include "third_party/skia/include/core/SkBitmap.h"
15 #include "ui/display/types/display_constants.h" 15 #include "ui/display/types/display_constants.h"
16 #include "ui/display/types/gamma_ramp_rgb_entry.h" 16 #include "ui/display/types/gamma_ramp_rgb_entry.h"
17 #include "ui/gfx/geometry/point.h" 17 #include "ui/gfx/geometry/point.h"
18 #include "ui/gfx/geometry/rect.h" 18 #include "ui/gfx/geometry/rect.h"
19 #include "ui/gfx/ipc/geometry/gfx_param_traits.h"
19 #include "ui/gfx/ipc/gfx_param_traits.h" 20 #include "ui/gfx/ipc/gfx_param_traits.h"
20 #include "ui/gfx/ipc/gfx_param_traits_macros.h"
21 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" 21 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
22 #include "ui/gfx/native_widget_types.h" 22 #include "ui/gfx/native_widget_types.h"
23 #include "ui/ozone/common/gpu/ozone_gpu_message_params.h" 23 #include "ui/ozone/common/gpu/ozone_gpu_message_params.h"
24 24
25 #undef IPC_MESSAGE_EXPORT 25 #undef IPC_MESSAGE_EXPORT
26 #define IPC_MESSAGE_EXPORT 26 #define IPC_MESSAGE_EXPORT
27 27
28 #define IPC_MESSAGE_START OzoneGpuMsgStart 28 #define IPC_MESSAGE_START OzoneGpuMsgStart
29 29
30 IPC_ENUM_TRAITS_MAX_VALUE(ui::DisplayConnectionType, 30 IPC_ENUM_TRAITS_MAX_VALUE(ui::DisplayConnectionType,
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 // Response to OzoneGpuMsg_RelinquishDisplayControl. 182 // Response to OzoneGpuMsg_RelinquishDisplayControl.
183 IPC_MESSAGE_CONTROL1(OzoneHostMsg_DisplayControlRelinquished, 183 IPC_MESSAGE_CONTROL1(OzoneHostMsg_DisplayControlRelinquished,
184 bool /* success */) 184 bool /* success */)
185 185
186 // Response to OzoneGpuMsg_CheckOverlayCapabilities. Returns list of supported 186 // Response to OzoneGpuMsg_CheckOverlayCapabilities. Returns list of supported
187 // params. 187 // params.
188 IPC_MESSAGE_CONTROL2(OzoneHostMsg_OverlayCapabilitiesReceived, 188 IPC_MESSAGE_CONTROL2(OzoneHostMsg_OverlayCapabilitiesReceived,
189 gfx::AcceleratedWidget /* widget */, 189 gfx::AcceleratedWidget /* widget */,
190 std::vector<ui::OverlayCheck_Params> /* overlays */) 190 std::vector<ui::OverlayCheck_Params> /* overlays */)
OLDNEW
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698