| Index: content/public/common/gpu_info.cc
|
| diff --git a/content/public/common/gpu_info.cc b/content/public/common/gpu_info.cc
|
| index af3ea48c22608f3901072f025d0097b4f3e111ab..130732f7191cd9eaf7da0f2519d3c95874626efd 100644
|
| --- a/content/public/common/gpu_info.cc
|
| +++ b/content/public/common/gpu_info.cc
|
| @@ -19,7 +19,8 @@ GPUInfo::GPUInfo()
|
| amd_switchable(false),
|
| can_lose_context(false),
|
| gpu_accessible(true),
|
| - software_rendering(false) {
|
| + software_rendering(false),
|
| + sandboxed(false) {
|
| }
|
|
|
| GPUInfo::~GPUInfo() { }
|
|
|