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

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

Issue 10387182: Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embedder has deleted the P… (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated Created 8 years, 7 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/ppapi_command_buffer_proxy.cc ('k') | ppapi/proxy/ppb_graphics_3d_proxy.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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 // PPB_Graphics3D. 779 // PPB_Graphics3D.
780 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_Create, 780 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_Create,
781 PP_Instance /* instance */, 781 PP_Instance /* instance */,
782 std::vector<int32_t> /* attrib_list */, 782 std::vector<int32_t> /* attrib_list */,
783 ppapi::HostResource /* result */) 783 ppapi::HostResource /* result */)
784 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer, 784 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer,
785 ppapi::HostResource /* context */) 785 ppapi::HostResource /* context */)
786 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer, 786 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer,
787 ppapi::HostResource /* context */, 787 ppapi::HostResource /* context */,
788 int32 /* transfer_buffer_id */) 788 int32 /* transfer_buffer_id */)
789 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBGraphics3D_GetState, 789 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBGraphics3D_GetState,
790 ppapi::HostResource /* context */, 790 ppapi::HostResource /* context */,
791 gpu::CommandBuffer::State /* state */) 791 gpu::CommandBuffer::State /* state */,
792 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Flush, 792 bool /* success */)
793 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBGraphics3D_Flush,
793 ppapi::HostResource /* context */, 794 ppapi::HostResource /* context */,
794 int32 /* put_offset */, 795 int32 /* put_offset */,
795 int32 /* last_known_get */, 796 int32 /* last_known_get */,
796 gpu::CommandBuffer::State /* state */) 797 gpu::CommandBuffer::State /* state */,
798 bool /* success */)
797 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics3D_AsyncFlush, 799 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics3D_AsyncFlush,
798 ppapi::HostResource /* context */, 800 ppapi::HostResource /* context */,
799 int32 /* put_offset */) 801 int32 /* put_offset */)
800 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer, 802 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer,
801 ppapi::HostResource /* context */, 803 ppapi::HostResource /* context */,
802 int32 /* size */, 804 int32 /* size */,
803 int32 /* id */) 805 int32 /* id */)
804 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer, 806 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer,
805 ppapi::HostResource /* context */, 807 ppapi::HostResource /* context */,
806 int32 /* id */) 808 int32 /* id */)
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 // PPB_X509Certificate_Private 1328 // PPB_X509Certificate_Private
1327 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, 1329 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER,
1328 std::vector<char> /* der */, 1330 std::vector<char> /* der */,
1329 bool /* succeeded */, 1331 bool /* succeeded */,
1330 ppapi::PPB_X509Certificate_Fields /* result */) 1332 ppapi::PPB_X509Certificate_Fields /* result */)
1331 1333
1332 // PPB_Font. 1334 // PPB_Font.
1333 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, 1335 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies,
1334 std::string /* result */) 1336 std::string /* result */)
1335 #endif // !defined(OS_NACL) 1337 #endif // !defined(OS_NACL)
OLDNEW
« no previous file with comments | « ppapi/proxy/ppapi_command_buffer_proxy.cc ('k') | ppapi/proxy/ppb_graphics_3d_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698