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

Unified Diff: gpu/config/gpu_util.h

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: rebase Created 3 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
Index: gpu/config/gpu_util.h
diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
index 8c82555dbdc4f1251b746e392eb686f11ada7e1c..ee60d5cfee477da2538dad1fcbbefd7c8496b511 100644
--- a/gpu/config/gpu_util.h
+++ b/gpu/config/gpu_util.h
@@ -10,6 +10,7 @@
#include "base/command_line.h"
#include "build/build_config.h"
+#include "gpu/config/gpu_feature_info.h"
#include "gpu/gpu_export.h"
namespace base {
@@ -39,6 +40,10 @@ GPU_EXPORT void ParseSecondaryGpuDevicesFromCommandLine(
GPU_EXPORT void InitializeDualGpusIfSupported(
const std::set<int>& driver_bug_workarounds);
+GPU_EXPORT GpuFeatureInfo
rjkroege 2017/02/07 00:42:41 can you say if it's safe to call this function aft
ericrk 2017/02/08 21:29:46 Yup - you can call this at any point - added a com
+GetGpuFeatureInfo(const GPUInfo& gpu_info,
+ const base::CommandLine& command_line);
+
} // namespace gpu
#endif // GPU_CONFIG_GPU_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698