| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index 1827ba8e32b78a4ab0275d5bd0b2b2a916bda4f8..e2abce4debd9db6b090e1d9cbab45862beb38d32 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -270,11 +270,6 @@ CreateOverlayCandidateValidator(gfx::AcceleratedWidget widget) {
|
| }
|
|
|
| static bool ShouldCreateGpuOutputSurface(ui::Compositor* compositor) {
|
| -#if defined(MOJO_RUNNER_CLIENT)
|
| - if (shell::ShellIsRemote() && !ui::GpuService::UseChromeGpuCommandBuffer())
|
| - return false;
|
| -#endif
|
| -
|
| #if defined(OS_CHROMEOS)
|
| // Software fallback does not happen on Chrome OS.
|
| return true;
|
|
|