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

Unified Diff: content/public/common/gpu_info.cc

Issue 10915189: Show gpu process sandbox status in the about:gpu page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed .gitmodules. Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/gpu_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « content/public/common/gpu_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698