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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.h

Issue 12440005: Use gpu::Mailbox in IPCs instead of std::string (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/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 42ce60d1ad18065a840b39c66227be20ca3505c4..80180d1c1689c20a19ecf5fe563a8c56df23e36b 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -26,6 +26,10 @@ namespace gfx {
class Point;
}
+namespace gpu {
alexst (slow to review) 2013/03/06 21:54:27 We shouldn't need this here, it's not referenced a
+struct Mailbox;
+}
+
namespace content {
class BrowserPluginGuestManager;

Powered by Google App Engine
This is Rietveld 408576698