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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.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/browser/gpu/gpu_data_manager_impl_private.h
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h
index 936a6d7d73372877bd326117bdf38d06b4815025..40e0894fa788599bd8760a139d028721e0dfb60a 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.h
+++ b/content/browser/gpu/gpu_data_manager_impl_private.h
@@ -54,7 +54,6 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
bool IsCompleteGpuInfoAvailable() const;
void RequestVideoMemoryUsageStatsUpdate() const;
bool ShouldUseSwiftShader() const;
- void RegisterSwiftShaderPath(const base::FilePath& path);
void AddObserver(GpuDataManagerObserver* observer);
void RemoveObserver(GpuDataManagerObserver* observer);
void UnblockDomainFrom3DAPIs(const GURL& url);
@@ -249,8 +248,6 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
bool use_swiftshader_;
- base::FilePath swiftshader_path_;
-
// Current card force-blacklisted due to GPU crashes, or disabled through
// the --disable-gpu commandline switch.
bool card_blacklisted_;

Powered by Google App Engine
This is Rietveld 408576698