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

Unified Diff: content/public/browser/gpu_data_manager.h

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/public/browser/gpu_data_manager.h
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h
index 4991a4e6fdfd1d4d4ca22055b0bf27e7fff6a937..e262c16f18e3d71f1b6ace42b241dfff9b150ae4 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -39,6 +39,8 @@ class GpuDataManager {
virtual void InitializeForTesting(const std::string& gpu_blacklist_json,
const gpu::GPUInfo& gpu_info) = 0;
+ virtual bool IsInitialized() const = 0;
+
virtual bool IsFeatureBlacklisted(int feature) const = 0;
virtual gpu::GPUInfo GetGPUInfo() const = 0;

Powered by Google App Engine
This is Rietveld 408576698