| Index: content/browser/gpu/compositor_util.h
|
| diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h
|
| index 8bffb5b22b20828f7ed93fd9bc74d578fbeb0b69..9a309e84e6bb6ce0f7854ec50b87c92c38affa05 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();
|
|
|