Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index 89329f42f719538e01599db4af54ef07252237ab..78640b8a17af27369500580a1a83311357745b52 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -19,9 +19,6 @@ CONTENT_EXPORT bool IsForceCompositingModeEnabled(); |
// Returns true if delegated-renderer is on (via flags, or platform default). |
CONTENT_EXPORT bool IsDelegatedRendererEnabled(); |
-// Returns true if deadline scheduling is on (via flags, or platform default). |
-CONTENT_EXPORT bool IsDeadlineSchedulingEnabled(); |
- |
CONTENT_EXPORT base::Value* GetFeatureStatus(); |
CONTENT_EXPORT base::Value* GetProblems(); |
CONTENT_EXPORT base::Value* GetDriverBugWorkarounds(); |