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

Side by Side Diff: chrome/plugin/command_buffer_stub.cc

Issue 6614030: Revert 76840 - Removed GPU plugin.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/plugin/command_buffer_stub.h ('k') | chrome/plugin/command_buffer_stub_win.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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #include "chrome/plugin/command_buffer_stub.h" 5 #include "chrome/plugin/command_buffer_stub.h"
6 6
7 #include "base/callback.h" 7 #include "base/callback.h"
8 #include "base/scoped_open_process.h" 8 #include "base/scoped_open_process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "chrome/common/gpu_messages.h" 10 #include "chrome/common/gpu_messages.h"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 Send(new PluginHostMsg_AllocTransportDIB(plugin_host_route_id_, 186 Send(new PluginHostMsg_AllocTransportDIB(plugin_host_route_id_,
187 size, 187 size,
188 dib_handle)); 188 dib_handle));
189 } 189 }
190 190
191 void CommandBufferStub::FreeTransportDIB(TransportDIB::Id dib_id) { 191 void CommandBufferStub::FreeTransportDIB(TransportDIB::Id dib_id) {
192 Send(new PluginHostMsg_FreeTransportDIB(plugin_host_route_id_, 192 Send(new PluginHostMsg_FreeTransportDIB(plugin_host_route_id_,
193 dib_id)); 193 dib_id));
194 } 194 }
195 #endif 195 #endif
OLDNEW
« no previous file with comments | « chrome/plugin/command_buffer_stub.h ('k') | chrome/plugin/command_buffer_stub_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698