Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index 06b8f1d03f43cccdb293cc7ff8ce4082b641b13f..cb749779e124f33d1c6cd2a00b949d43915e67e4 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -15,6 +15,9 @@ CONTENT_EXPORT bool IsThreadedCompositingEnabled(); |
// Returns true if force-compositing-mode is on (via flags or field trial). |
CONTENT_EXPORT bool IsForceCompositingModeEnabled(); |
+// Returns true if delegated-renderer is on (via flags, or platform default). |
+CONTENT_EXPORT bool IsDelegatedRendererEnabled(); |
+ |
} // namespace content |
#endif // CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_ |