Chromium Code Reviews| 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; |