scshunt
2012/08/12 01:42:45
Okay, this header file seems really bad, and shoul
Okay, this header file seems really bad, and should be avoided if possible. Also
the include guard is wrong.
Note also that I forward-declare types declared here in number of files that use
this header.
3
4 #include "base/basictypes.h"
5
6 struct BrowserPlugin_SwapInfo {
7 int route_id;
8 int gpu_host_id;
9 };
scshunt
2012/08/12 01:42:45
Can we avoid passing this to the embedder?
Issue 10735010: 3D Compositing in <browser>, first draft.
(Closed)
Created 8 years, 5 months ago by scshunt
Modified 8 years, 2 months ago
Reviewers:
Base URL: http://git.chromium.org/chromium/src.git@master
Comments: 66