| Index: content/browser/gpu/compositor_util.h
|
| diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h
|
| index f0bc7e617d126b3d447881728b6a0002dddfd354..3d23ab51d5fa695956f0f5322bb0ee299ea03870 100644
|
| --- a/content/browser/gpu/compositor_util.h
|
| +++ b/content/browser/gpu/compositor_util.h
|
| @@ -46,10 +46,6 @@ CONTENT_EXPORT int GpuRasterizationMSAASampleCount();
|
| // Returns true if force-gpu-rasterization is on (via flags) for the renderer.
|
| CONTENT_EXPORT bool IsForceGpuRasterizationEnabled();
|
|
|
| -// Returns true if threaded GPU rasterization is on (via flags) for the
|
| -// renderer.
|
| -CONTENT_EXPORT bool IsThreadedGpuRasterizationEnabled();
|
| -
|
| // Returns the number of raster threads to use for compositing.
|
| CONTENT_EXPORT int NumberOfRendererRasterThreads();
|
|
|
|
|