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

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

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Specify x11 only support on Linux 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..1da79692bdfb1c4a22093e31a30f54b0571cfcec 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -75,9 +75,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