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

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 12612005: Revert 186627 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/common/gpu/gpu_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/browser_plugin/browser_plugin_messages.h
===================================================================
--- content/common/browser_plugin/browser_plugin_messages.h (revision 186756)
+++ content/common/browser_plugin/browser_plugin_messages.h (working copy)
@@ -14,7 +14,6 @@
#include "content/common/content_export.h"
#include "content/common/content_param_traits.h"
#include "content/public/common/common_param_traits.h"
-#include "gpu/command_buffer/common/mailbox.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"
@@ -208,7 +207,7 @@
int /* instance_id */,
int /* route_id */,
int /* gpu_host_id */,
- gpu::Mailbox /* mailbox_name */,
+ std::string /* mailbox_name */,
uint32 /* sync_point */)
// When a BrowserPlugin has been removed from the embedder's DOM, it informs
@@ -385,7 +384,7 @@
IPC_MESSAGE_CONTROL5(BrowserPluginMsg_BuffersSwapped,
int /* instance_id */,
gfx::Size /* size */,
- gpu::Mailbox /* mailbox_name */,
+ std::string /* mailbox_name */,
int /* route_id */,
int /* gpu_host_id */)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/common/gpu/gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698