| 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 7a83afb0bdf37aa991f9178fc827115ad3611a86..a085bc4e96f05f109c9cb7f3b09a10077afcf4fd 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl.cc
|
| @@ -192,7 +192,7 @@ bool GpuDataManagerImpl::ShouldUseSoftwareRendering() const {
|
| return software_rendering_;
|
| }
|
|
|
| -void GpuDataManagerImpl::RegisterSwiftShaderPath(const FilePath& path) {
|
| +void GpuDataManagerImpl::RegisterSwiftShaderPath(const base::FilePath& path) {
|
| swiftshader_path_ = path;
|
| EnableSoftwareRenderingIfNecessary();
|
| }
|
| @@ -389,7 +389,7 @@ void GpuDataManagerImpl::AppendGpuCommandLine(
|
|
|
| std::string use_gl =
|
| CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kUseGL);
|
| - FilePath swiftshader_path =
|
| + base::FilePath swiftshader_path =
|
| CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| switches::kSwiftShaderPath);
|
| uint32 flags = GetBlacklistedFeatures();
|
|
|