| Index: content/browser/gpu/compositor_util.h
|
| diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h
|
| index 1dc495a7758c04c69d997db43cfdcd42202a7835..d6007475a988df2dc72221708e98560ea0832422 100644
|
| --- a/content/browser/gpu/compositor_util.h
|
| +++ b/content/browser/gpu/compositor_util.h
|
| @@ -40,6 +40,10 @@ CONTENT_EXPORT bool IsForceGpuRasterizationEnabled();
|
| // Returns the number of raster threads to use for compositing.
|
| CONTENT_EXPORT int NumberOfRendererRasterThreads();
|
|
|
| +// Returns true if use-single-thread-for-background-raster-task is on (via
|
| +// flags) for the renderer.
|
| +CONTENT_EXPORT bool UseSingleThreadForBackgroundRasterTasks();
|
| +
|
| // Returns true if using cc Surfaces is allowed.
|
| CONTENT_EXPORT bool UseSurfacesEnabled();
|
|
|
|
|