| Index: content/browser/gpu/compositor_util.h
|
| diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h
|
| index fab9099621b98e63c43ac5f95aeec3d0522db70c..84bd4591bfc9c9d3cb9a70253c1fe414456d701d 100644
|
| --- a/content/browser/gpu/compositor_util.h
|
| +++ b/content/browser/gpu/compositor_util.h
|
| @@ -38,8 +38,8 @@ CONTENT_EXPORT int GpuRasterizationMSAASampleCount();
|
| // Returns true if force-gpu-rasterization is on (via flags) for the renderer.
|
| CONTENT_EXPORT bool IsForceGpuRasterizationEnabled();
|
|
|
| -// Returns the number of raster threads to use for compositing.
|
| -CONTENT_EXPORT int NumberOfRendererRasterThreads();
|
| +// Returns the number of worker threads to use in each renderer.
|
| +CONTENT_EXPORT int NumberOfRendererWorkerThreads();
|
|
|
| // Returns true if using cc Surfaces is allowed.
|
| CONTENT_EXPORT bool UseSurfacesEnabled();
|
|
|