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

Side by Side Diff: content/common/gpu_host_messages.h

Issue 2781293003: gpu: Have GpuService create and own GpuMemoryBufferFactory. (Closed)
Patch Set: tot merge. Created 3 years, 8 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 | « content/browser/gpu/gpu_process_host.cc ('k') | content/gpu/gpu_child_thread.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 "build/build_config.h" 8 #include "build/build_config.h"
9 #include "content/common/content_export.h"
10 #include "gpu/command_buffer/common/sync_token.h"
11 #include "gpu/config/gpu_feature_info.h"
12 #include "gpu/config/gpu_info.h"
13 #include "gpu/ipc/common/surface_handle.h"
14 #include "ipc/ipc_channel_handle.h"
15 #include "ipc/ipc_message_macros.h" 9 #include "ipc/ipc_message_macros.h"
16 #include "ipc/ipc_message_start.h" 10 #include "ipc/ipc_message_start.h"
17 #include "ui/gfx/gpu_memory_buffer.h"
18 #include "ui/gfx/ipc/gfx_param_traits.h"
19 11
20 #undef IPC_MESSAGE_EXPORT 12 #undef IPC_MESSAGE_EXPORT
21 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 13 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
22 14
23 #define IPC_MESSAGE_START GpuMsgStart 15 #define IPC_MESSAGE_START GpuMsgStart
24 16
25 //------------------------------------------------------------------------------ 17 //------------------------------------------------------------------------------
26 // GPU Host Messages 18 // GPU Host Messages
27 // These are messages to the browser. 19 // These are messages to the browser.
28 20
29 // Sent by the GPU process to indicate that a fields trial has been activated. 21 // Sent by the GPU process to indicate that a fields trial has been activated.
30 IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */) 22 IPC_MESSAGE_CONTROL1(GpuHostMsg_FieldTrialActivated, std::string /* name */)
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698