| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 88b2e7ae9c58162e02dd79fbbc2f4ab7cb918d81..adfb81ed5fd83ac478be4f1d0d387201392e6030 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -182,7 +182,7 @@ int NumberOfRendererRasterThreads() {
|
|
|
| int num_raster_threads = num_processors / 2;
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if 0
|
| // Limit the number of raster threads to 1 on Android.
|
| // TODO(reveman): Remove this when we have a better mechanims to prevent
|
| // pre-paint raster work from slowing down non-raster work. crbug.com/504515
|
|
|