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

Unified Diff: content/browser/gpu/gpu_data_manager_impl.cc

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Fixed nits and some unit tests 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.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl.cc b/content/browser/gpu/gpu_data_manager_impl.cc
index e3bd1e5cc9930ab21f41b9e9b37286016d4da0d4..3b8938278628fe23a771a6f17a34895872ab8a3c 100644
--- a/content/browser/gpu/gpu_data_manager_impl.cc
+++ b/content/browser/gpu/gpu_data_manager_impl.cc
@@ -81,12 +81,6 @@ bool GpuDataManagerImpl::ShouldUseSwiftShader() const {
return private_->ShouldUseSwiftShader();
}
-void GpuDataManagerImpl::RegisterSwiftShaderPath(
- const base::FilePath& path) {
- base::AutoLock auto_lock(lock_);
- private_->RegisterSwiftShaderPath(path);
-}
-
void GpuDataManagerImpl::AddObserver(
GpuDataManagerObserver* observer) {
base::AutoLock auto_lock(lock_);

Powered by Google App Engine
This is Rietveld 408576698