| Index: content/public/common/gpu_info.h
|
| diff --git a/content/public/common/gpu_info.h b/content/public/common/gpu_info.h
|
| index 5a01e182482e5c410dc554cd0a86ef670e8b4818..59fd4e4a923d084791ef4c0e781a87933a94ba53 100644
|
| --- a/content/public/common/gpu_info.h
|
| +++ b/content/public/common/gpu_info.h
|
| @@ -104,6 +104,9 @@ struct CONTENT_EXPORT GPUInfo {
|
|
|
| bool software_rendering;
|
|
|
| + // Whether the gpu process is running in a sandbox.
|
| + bool sandboxed;
|
| +
|
| #if defined(OS_WIN)
|
| // The information returned by the DirectX Diagnostics Tool.
|
| DxDiagNode dx_diagnostics;
|
|
|