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

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: Created 8 years, 5 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/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..610981a19bde2e8591c0a326cdeac2f4fe8e3f15
--- /dev/null
+++ b/content/common/browser_plugin_info.h
@@ -0,0 +1,14 @@
+#ifndef HEADER_GUARD_THIS_FILE_DOT_H
+#define HEADER_GUARD_THIS_FILE_DOT_H
+
+#include "base/basictypes.h"
+
+struct BrowserPluginHostMsg_Surface_Params {
+ int gpu_process_id;
+ uint32 client_id;
+ uint32 context_id;
+ uint32 texture_id[2];
+ uint32 sync_point;
+};
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698