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

Side by Side Diff: content/common/gpu/gpu_messages.h

Issue 241793002: Fix machine_model behaviors in gpu blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/gpu/gpu_internals_ui.cc ('k') | gpu/config/gpu_blacklist_unittest.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 IPC_STRUCT_TRAITS_MEMBER(amd_switchable) 158 IPC_STRUCT_TRAITS_MEMBER(amd_switchable)
159 IPC_STRUCT_TRAITS_MEMBER(lenovo_dcute) 159 IPC_STRUCT_TRAITS_MEMBER(lenovo_dcute)
160 IPC_STRUCT_TRAITS_MEMBER(gpu) 160 IPC_STRUCT_TRAITS_MEMBER(gpu)
161 IPC_STRUCT_TRAITS_MEMBER(secondary_gpus) 161 IPC_STRUCT_TRAITS_MEMBER(secondary_gpus)
162 IPC_STRUCT_TRAITS_MEMBER(adapter_luid) 162 IPC_STRUCT_TRAITS_MEMBER(adapter_luid)
163 IPC_STRUCT_TRAITS_MEMBER(driver_vendor) 163 IPC_STRUCT_TRAITS_MEMBER(driver_vendor)
164 IPC_STRUCT_TRAITS_MEMBER(driver_version) 164 IPC_STRUCT_TRAITS_MEMBER(driver_version)
165 IPC_STRUCT_TRAITS_MEMBER(driver_date) 165 IPC_STRUCT_TRAITS_MEMBER(driver_date)
166 IPC_STRUCT_TRAITS_MEMBER(pixel_shader_version) 166 IPC_STRUCT_TRAITS_MEMBER(pixel_shader_version)
167 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version) 167 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version)
168 IPC_STRUCT_TRAITS_MEMBER(machine_model) 168 IPC_STRUCT_TRAITS_MEMBER(machine_model_name)
169 IPC_STRUCT_TRAITS_MEMBER(machine_model_version)
169 IPC_STRUCT_TRAITS_MEMBER(gl_version) 170 IPC_STRUCT_TRAITS_MEMBER(gl_version)
170 IPC_STRUCT_TRAITS_MEMBER(gl_version_string) 171 IPC_STRUCT_TRAITS_MEMBER(gl_version_string)
171 IPC_STRUCT_TRAITS_MEMBER(gl_vendor) 172 IPC_STRUCT_TRAITS_MEMBER(gl_vendor)
172 IPC_STRUCT_TRAITS_MEMBER(gl_renderer) 173 IPC_STRUCT_TRAITS_MEMBER(gl_renderer)
173 IPC_STRUCT_TRAITS_MEMBER(gl_extensions) 174 IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
174 IPC_STRUCT_TRAITS_MEMBER(gl_ws_vendor) 175 IPC_STRUCT_TRAITS_MEMBER(gl_ws_vendor)
175 IPC_STRUCT_TRAITS_MEMBER(gl_ws_version) 176 IPC_STRUCT_TRAITS_MEMBER(gl_ws_version)
176 IPC_STRUCT_TRAITS_MEMBER(gl_ws_extensions) 177 IPC_STRUCT_TRAITS_MEMBER(gl_ws_extensions)
177 IPC_STRUCT_TRAITS_MEMBER(gl_reset_notification_strategy) 178 IPC_STRUCT_TRAITS_MEMBER(gl_reset_notification_strategy)
178 IPC_STRUCT_TRAITS_MEMBER(can_lose_context) 179 IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 int32 /* bitstream_buffer_id */, 779 int32 /* bitstream_buffer_id */,
779 uint32 /* payload_size */, 780 uint32 /* payload_size */,
780 bool /* key_frame */) 781 bool /* key_frame */)
781 782
782 // Report error condition. 783 // Report error condition.
783 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError, 784 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError,
784 media::VideoEncodeAccelerator::Error /* error */) 785 media::VideoEncodeAccelerator::Error /* error */)
785 786
786 // Send destroy request to the encoder. 787 // Send destroy request to the encoder.
787 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy) 788 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy)
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_internals_ui.cc ('k') | gpu/config/gpu_blacklist_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698