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

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 12079111: Allow separately blacklisting Stage3D baseline mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « ppapi/proxy/flash_resource.cc ('k') | ppapi/shared_impl/ppapi_preferences.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 (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 header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/file_path.h" 10 #include "base/file_path.h"
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences) 195 IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
196 IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map) 196 IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map)
197 IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map) 197 IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map)
198 IPC_STRUCT_TRAITS_MEMBER(serif_font_family_map) 198 IPC_STRUCT_TRAITS_MEMBER(serif_font_family_map)
199 IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family_map) 199 IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family_map)
200 IPC_STRUCT_TRAITS_MEMBER(default_font_size) 200 IPC_STRUCT_TRAITS_MEMBER(default_font_size)
201 IPC_STRUCT_TRAITS_MEMBER(default_fixed_font_size) 201 IPC_STRUCT_TRAITS_MEMBER(default_fixed_font_size)
202 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores) 202 IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
203 IPC_STRUCT_TRAITS_MEMBER(is_3d_supported) 203 IPC_STRUCT_TRAITS_MEMBER(is_3d_supported)
204 IPC_STRUCT_TRAITS_MEMBER(is_stage3d_supported) 204 IPC_STRUCT_TRAITS_MEMBER(is_stage3d_supported)
205 IPC_STRUCT_TRAITS_MEMBER(is_stage3d_baseline_supported)
205 IPC_STRUCT_TRAITS_END() 206 IPC_STRUCT_TRAITS_END()
206 207
207 IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData) 208 IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
208 IPC_STRUCT_TRAITS_MEMBER(is_filtered) 209 IPC_STRUCT_TRAITS_MEMBER(is_filtered)
209 IPC_STRUCT_TRAITS_MEMBER(event_type) 210 IPC_STRUCT_TRAITS_MEMBER(event_type)
210 IPC_STRUCT_TRAITS_MEMBER(event_time_stamp) 211 IPC_STRUCT_TRAITS_MEMBER(event_time_stamp)
211 IPC_STRUCT_TRAITS_MEMBER(event_modifiers) 212 IPC_STRUCT_TRAITS_MEMBER(event_modifiers)
212 IPC_STRUCT_TRAITS_MEMBER(mouse_button) 213 IPC_STRUCT_TRAITS_MEMBER(mouse_button)
213 IPC_STRUCT_TRAITS_MEMBER(mouse_position) 214 IPC_STRUCT_TRAITS_MEMBER(mouse_position)
214 IPC_STRUCT_TRAITS_MEMBER(mouse_click_count) 215 IPC_STRUCT_TRAITS_MEMBER(mouse_click_count)
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 std::vector<ppapi::HostResource> /* buffers */, 1700 std::vector<ppapi::HostResource> /* buffers */,
1700 uint32_t /* buffer_size */) 1701 uint32_t /* buffer_size */)
1701 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, 1702 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus,
1702 uint32_t /* status */) 1703 uint32_t /* status */)
1703 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, 1704 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
1704 uint32_t /* error */) 1705 uint32_t /* error */)
1705 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, 1706 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
1706 uint32_t /* buffer */) 1707 uint32_t /* buffer */)
1707 1708
1708 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 1709 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/proxy/flash_resource.cc ('k') | ppapi/shared_impl/ppapi_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698