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

Unified Diff: content/common/browser_plugin_info.h

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use the correct baseline Created 8 years, 4 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/web_contents/web_contents_impl.cc ('k') | content/common/browser_plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/browser_plugin_info.h
diff --git a/content/common/browser_plugin_info.h b/content/common/browser_plugin_info.h
new file mode 100644
index 0000000000000000000000000000000000000000..0b0c688485bad8e6352596a47ccf064605edaa39
--- /dev/null
+++ b/content/common/browser_plugin_info.h
@@ -0,0 +1,19 @@
+#ifndef HEADER_GUARD_THIS_FILE_DOT_H
+#define HEADER_GUARD_THIS_FILE_DOT_H
+
+#include "base/basictypes.h"
+
+struct BrowserPlugin_SwapInfo {
+ int route_id;
+ int gpu_host_id;
+};
+
+struct BrowserPluginHostMsg_Surface_Params {
+ int gpu_process_id;
+ uint32 client_id;
+ uint32 context_id;
+ uint32 texture_id[2];
+ uint32 sync_point;
+};
+
+#endif
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/common/browser_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698