diff options
Diffstat (limited to 'chromium/components/viz/common/features.h')
-rw-r--r-- | chromium/components/viz/common/features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/viz/common/features.h b/chromium/components/viz/common/features.h index 2a42f537bfd..1b077aa7ab7 100644 --- a/chromium/components/viz/common/features.h +++ b/chromium/components/viz/common/features.h @@ -24,6 +24,9 @@ VIZ_COMMON_EXPORT extern const base::Feature kVizForWebView; VIZ_COMMON_EXPORT extern const base::Feature kVizFrameSubmissionForWebView; VIZ_COMMON_EXPORT extern const base::Feature kUsePreferredIntervalForVideo; VIZ_COMMON_EXPORT extern const base::Feature kUseRealBuffersForPageFlipTest; +#if defined(OS_FUCHSIA) +VIZ_COMMON_EXPORT extern const base::Feature kUseSkiaOutputDeviceBufferQueue; +#endif VIZ_COMMON_EXPORT extern const base::Feature kSplitPartiallyOccludedQuads; VIZ_COMMON_EXPORT extern const base::Feature kWebRtcLogCapturePipeline; |