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

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

Issue 10915189: Show gpu process sandbox status in the about:gpu page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed .gitmodules. Created 8 years, 3 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 | « chrome/browser/ui/webui/gpu_internals_ui.cc ('k') | content/gpu/gpu_main.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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version) 152 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version)
153 IPC_STRUCT_TRAITS_MEMBER(gl_version) 153 IPC_STRUCT_TRAITS_MEMBER(gl_version)
154 IPC_STRUCT_TRAITS_MEMBER(gl_version_string) 154 IPC_STRUCT_TRAITS_MEMBER(gl_version_string)
155 IPC_STRUCT_TRAITS_MEMBER(gl_vendor) 155 IPC_STRUCT_TRAITS_MEMBER(gl_vendor)
156 IPC_STRUCT_TRAITS_MEMBER(gl_renderer) 156 IPC_STRUCT_TRAITS_MEMBER(gl_renderer)
157 IPC_STRUCT_TRAITS_MEMBER(gl_extensions) 157 IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
158 IPC_STRUCT_TRAITS_MEMBER(can_lose_context) 158 IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
159 IPC_STRUCT_TRAITS_MEMBER(gpu_accessible) 159 IPC_STRUCT_TRAITS_MEMBER(gpu_accessible)
160 IPC_STRUCT_TRAITS_MEMBER(performance_stats) 160 IPC_STRUCT_TRAITS_MEMBER(performance_stats)
161 IPC_STRUCT_TRAITS_MEMBER(software_rendering) 161 IPC_STRUCT_TRAITS_MEMBER(software_rendering)
162 IPC_STRUCT_TRAITS_MEMBER(sandboxed)
162 #if defined(OS_WIN) 163 #if defined(OS_WIN)
163 IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics) 164 IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics)
164 #endif 165 #endif
165 IPC_STRUCT_TRAITS_END() 166 IPC_STRUCT_TRAITS_END()
166 167
167 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats) 168 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats)
168 IPC_STRUCT_TRAITS_MEMBER(video_memory) 169 IPC_STRUCT_TRAITS_MEMBER(video_memory)
169 IPC_STRUCT_TRAITS_MEMBER(has_duplicates) 170 IPC_STRUCT_TRAITS_MEMBER(has_duplicates)
170 IPC_STRUCT_TRAITS_END() 171 IPC_STRUCT_TRAITS_END()
171 172
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 627
627 // Confirm decoder has been flushed. 628 // Confirm decoder has been flushed.
628 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone) 629 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone)
629 630
630 // Confirm decoder has been reset. 631 // Confirm decoder has been reset.
631 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone) 632 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone)
632 633
633 // Video decoder has encountered an error. 634 // Video decoder has encountered an error.
634 IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification, 635 IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification,
635 uint32) /* Error ID */ 636 uint32) /* Error ID */
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/gpu_internals_ui.cc ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698