| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index e586726a09b28a59514b57a9ba80d0b0eb3d6eca..114987e19e4d74b2d86e5d110a335421292b0279 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -24,8 +24,8 @@ bool CanDoAcceleratedCompositing() {
|
| manager->IsFeatureBlacklisted(GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING))
|
| return false;
|
|
|
| - // Check for the software rasterizer (SwiftShader).
|
| - if (manager->ShouldUseSoftwareRendering())
|
| + // Check for SwiftShader.
|
| + if (manager->ShouldUseSwiftShader())
|
| return false;
|
|
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
|
|