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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager_impl.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
Index: content/renderer/browser_plugin/browser_plugin_manager_impl.h
===================================================================
--- content/renderer/browser_plugin/browser_plugin_manager_impl.h (revision 186756)
+++ content/renderer/browser_plugin/browser_plugin_manager_impl.h (working copy)
@@ -16,10 +16,6 @@
class Point;
}
-namespace gpu {
-struct Mailbox;
-}
-
namespace content {
class BrowserPluginManagerImpl : public BrowserPluginManager {
@@ -50,7 +46,7 @@
void OnUnhandledSwap(const IPC::Message& message,
int instance_id,
const gfx::Size& size,
- gpu::Mailbox mailbox_name,
+ std::string mailbox_name,
int gpu_route_id,
int gpu_host_id);

Powered by Google App Engine
This is Rietveld 408576698