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

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

Issue 9655017: Implement WebKitPlatformSupport::canAccelerate2dCanvas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move canAccelerate.. call next to createOffscreenGraphicsContext3D call Created 8 years, 9 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
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 <vector> 8 #include <vector>
9 #include <string> 9 #include <string>
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 IPC_STRUCT_TRAITS_MEMBER(driver_date) 106 IPC_STRUCT_TRAITS_MEMBER(driver_date)
107 IPC_STRUCT_TRAITS_MEMBER(pixel_shader_version) 107 IPC_STRUCT_TRAITS_MEMBER(pixel_shader_version)
108 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version) 108 IPC_STRUCT_TRAITS_MEMBER(vertex_shader_version)
109 IPC_STRUCT_TRAITS_MEMBER(gl_version) 109 IPC_STRUCT_TRAITS_MEMBER(gl_version)
110 IPC_STRUCT_TRAITS_MEMBER(gl_version_string) 110 IPC_STRUCT_TRAITS_MEMBER(gl_version_string)
111 IPC_STRUCT_TRAITS_MEMBER(gl_vendor) 111 IPC_STRUCT_TRAITS_MEMBER(gl_vendor)
112 IPC_STRUCT_TRAITS_MEMBER(gl_renderer) 112 IPC_STRUCT_TRAITS_MEMBER(gl_renderer)
113 IPC_STRUCT_TRAITS_MEMBER(gl_extensions) 113 IPC_STRUCT_TRAITS_MEMBER(gl_extensions)
114 IPC_STRUCT_TRAITS_MEMBER(can_lose_context) 114 IPC_STRUCT_TRAITS_MEMBER(can_lose_context)
115 IPC_STRUCT_TRAITS_MEMBER(performance_stats) 115 IPC_STRUCT_TRAITS_MEMBER(performance_stats)
116 IPC_STRUCT_TRAITS_MEMBER(software_rendering)
116 #if defined(OS_WIN) 117 #if defined(OS_WIN)
117 IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics) 118 IPC_STRUCT_TRAITS_MEMBER(dx_diagnostics)
118 #endif 119 #endif
119 IPC_STRUCT_TRAITS_END() 120 IPC_STRUCT_TRAITS_END()
120 121
121 IPC_STRUCT_TRAITS_BEGIN(GpuMemoryAllocation) 122 IPC_STRUCT_TRAITS_BEGIN(GpuMemoryAllocation)
122 IPC_STRUCT_TRAITS_MEMBER(gpu_resource_size_in_bytes) 123 IPC_STRUCT_TRAITS_MEMBER(gpu_resource_size_in_bytes)
123 IPC_STRUCT_TRAITS_MEMBER(has_frontbuffer) 124 IPC_STRUCT_TRAITS_MEMBER(has_frontbuffer)
124 IPC_STRUCT_TRAITS_MEMBER(has_backbuffer) 125 IPC_STRUCT_TRAITS_MEMBER(has_backbuffer)
125 IPC_STRUCT_TRAITS_END() 126 IPC_STRUCT_TRAITS_END()
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 503
503 // Confirm decoder has been flushed. 504 // Confirm decoder has been flushed.
504 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone) 505 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone)
505 506
506 // Confirm decoder has been reset. 507 // Confirm decoder has been reset.
507 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone) 508 IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone)
508 509
509 // Video decoder has encountered an error. 510 // Video decoder has encountered an error.
510 IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification, 511 IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification,
511 uint32) /* Error ID */ 512 uint32) /* Error ID */
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/common/gpu/gpu_process_launch_causes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698