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

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

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Prevented !GpuAccessAllowed() from enabling SwiftShader 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: 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 2152211a2f8506b03622214af69248a637637082..95e80a305cb084a9589e466eb85a64dc9c0fadd3 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -14,10 +14,6 @@
class GURL;
-namespace base {
-class FilePath;
-}
-
namespace gpu {
struct GPUInfo;
}
@@ -75,9 +71,6 @@ class GpuDataManager {
// Returns true if SwiftShader should be used.
virtual bool ShouldUseSwiftShader() const = 0;
- // Register a path to SwiftShader.
- virtual void RegisterSwiftShaderPath(const base::FilePath& path) = 0;
-
// Registers/unregister |observer|.
virtual void AddObserver(GpuDataManagerObserver* observer) = 0;
virtual void RemoveObserver(GpuDataManagerObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698