| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index 09417f7777d7d0d8f69ace57cd942e0c4b004752..3828b44be4995f4530ede924b713a754cadf7c10 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -138,6 +138,10 @@ struct GPU_EXPORT GPUInfo {
|
|
|
| bool software_rendering;
|
|
|
| + // Whether the driver uses direct rendering. True on most platforms, false on
|
| + // X11 when using remote X.
|
| + bool direct_rendering;
|
| +
|
| // Whether the gpu process is running in a sandbox.
|
| bool sandboxed;
|
|
|
|
|