Index: content/browser/gpu/compositor_util.h |
diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h |
index fab9099621b98e63c43ac5f95aeec3d0522db70c..e57aacda7cbbfbd31c5218e9efa1f42bdd78dfa0 100644 |
--- a/content/browser/gpu/compositor_util.h |
+++ b/content/browser/gpu/compositor_util.h |
@@ -20,10 +20,6 @@ CONTENT_EXPORT bool IsPropertyTreeVerificationEnabled(); |
// Returns true if delegated-renderer is on (via flags, or platform default). |
CONTENT_EXPORT bool IsDelegatedRendererEnabled(); |
-// Returns true if one-copy uploads is on (via flags, or platform default). |
-// Only one of one-copy and zero-copy can be enabled at a time. |
-CONTENT_EXPORT bool IsOneCopyUploadEnabled(); |
- |
// Returns true if zero-copy uploads is on (via flags, or platform default). |
// Only one of one-copy and zero-copy can be enabled at a time. |
CONTENT_EXPORT bool IsZeroCopyUploadEnabled(); |