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

Unified Diff: trunk/src/content/browser/browser_plugin/browser_plugin_guest.h

Issue 163433008: Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « no previous file | trunk/src/content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/browser_plugin/browser_plugin_guest.h
===================================================================
--- trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (revision 251280)
+++ trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (working copy)
@@ -67,10 +67,6 @@
class Range;
}
-namespace gpu {
-struct Mailbox;
-}
-
namespace content {
class BrowserPluginHostFactory;
@@ -290,7 +286,7 @@
// BrowserPluginGuest is already destroyed.
static void AcknowledgeBufferPresent(int route_id,
int gpu_host_id,
- const gpu::Mailbox& mailbox,
+ const std::string& mailbox_name,
uint32 sync_point);
// Returns whether BrowserPluginGuest is interested in receiving the given
« no previous file with comments | « no previous file | trunk/src/content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698