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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager_impl.cc

Issue 12440005: Use gpu::Mailbox in IPCs instead of std::string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 side-by-side diff with in-line comments
Download patch
Index: content/renderer/browser_plugin/browser_plugin_manager_impl.cc
diff --git a/content/renderer/browser_plugin/browser_plugin_manager_impl.cc b/content/renderer/browser_plugin/browser_plugin_manager_impl.cc
index ac9880e6715722542c1fbcfe6e6d9ae725618cba..40f951727f04850bdf532f568e5d7bb5e72141cf 100644
--- a/content/renderer/browser_plugin/browser_plugin_manager_impl.cc
+++ b/content/renderer/browser_plugin/browser_plugin_manager_impl.cc
@@ -100,7 +100,7 @@ void BrowserPluginManagerImpl::OnPluginAtPositionRequest(
void BrowserPluginManagerImpl::OnUnhandledSwap(const IPC::Message& message,
int instance_id,
const gfx::Size& size,
- std::string mailbox_name,
+ gpu::Mailbox mailbox_name,
int gpu_route_id,
int gpu_host_id) {
// After the BrowserPlugin object sends a destroy message to the
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager_impl.h ('k') | gpu/command_buffer/service/mailbox_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698