Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index 3ce396e384b14bd115d2eedc22c95afe990147b5..72a3ac0d42dda9a943a147d77cef82b6cbbc0c24 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -16,6 +16,9 @@ |
// Returns true if the virtual viewport model of pinch-to-zoom is on (via |
// flags, or platform default). |
CONTENT_EXPORT bool IsPinchVirtualViewportEnabled(); |
+ |
+// Returns true if the threaded compositor is on (via flags or field trial). |
+CONTENT_EXPORT bool IsThreadedCompositingEnabled(); |
// Returns true if delegated-renderer is on (via flags, or platform default). |
CONTENT_EXPORT bool IsDelegatedRendererEnabled(); |