| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 444f43c67acb8add4923b8c96e321c38a635b4af..eafb2f801b103a72a82e97d260acbc68bc016f58 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -233,7 +233,7 @@ bool IsOneCopyUploadEnabled() {
|
| if (command_line.HasSwitch(switches::kDisableOneCopy))
|
| return false;
|
|
|
| -#if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID)
|
| return false;
|
| #endif
|
| return true;
|
|
|