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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef HEADER_GUARD_THIS_FILE_DOT_H
2 #define HEADER_GUARD_THIS_FILE_DOT_H
3
4 #include "base/basictypes.h"
5
6 struct BrowserPluginHostMsg_Surface_Params {
7 int gpu_process_id;
8 uint32 client_id;
9 uint32 context_id;
10 uint32 texture_id[2];
11 uint32 sync_point;
12 };
13
14 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698