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

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

Issue 12381085: Windows: Disable GPU sandbox if DisplayLink version 7.1 or earlier is installed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/gpu/gpu_info_collector_win.cc ('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.h
===================================================================
--- content/public/common/gpu_info.h (revision 186234)
+++ content/public/common/gpu_info.h (working copy)
@@ -13,6 +13,7 @@
#include "base/basictypes.h"
#include "base/time.h"
+#include "base/version.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
#include "content/public/common/dx_diag_node.h"
@@ -55,6 +56,9 @@
// Computer has AMD Dynamic Switchable Graphics
bool amd_switchable;
+ // Version of DisplayLink driver installed. Zero if not installed.
+ Version display_link_version;
+
// Primary GPU, for exmaple, the discrete GPU in a dual GPU machine.
GPUDevice gpu;
« no previous file with comments | « content/gpu/gpu_info_collector_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698