| Index: content/browser/gpu/compositor_util.h
|
| diff --git a/content/browser/gpu/compositor_util.h b/content/browser/gpu/compositor_util.h
|
| index ea82ca1c47ec5b5e7d9908330d726bd035f36c4b..f05200b26bda6fa1b441b408aaea5167c21c2035 100644
|
| --- a/content/browser/gpu/compositor_util.h
|
| +++ b/content/browser/gpu/compositor_util.h
|
| @@ -21,6 +21,10 @@ CONTENT_EXPORT bool IsPropertyTreeVerificationEnabled();
|
| // Only one of one-copy and zero-copy can be enabled at a time.
|
| CONTENT_EXPORT bool IsZeroCopyUploadEnabled();
|
|
|
| +// Returns true if native GpuMemoryBuffer can be used and is on (via flags, or
|
| +// platform default).
|
| +CONTENT_EXPORT bool IsNativeGpuMemoryBufferEnabled();
|
| +
|
| // Returns true if a persistent GpuMemoryBuffer can be used and is on (via
|
| // flags, or platform default).
|
| CONTENT_EXPORT bool IsPersistentGpuMemoryBufferEnabled();
|
|
|