| Index: ui/ozone/platform/drm/gpu/drm_device.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_device.h b/ui/ozone/platform/drm/gpu/drm_device.h
|
| index 3d4e8186df45771f54e5fd533c546eb929845d2f..fd34aea2c46202585d0a46eabdb4204126c16e04 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_device.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_device.h
|
| @@ -165,7 +165,9 @@ class OZONE_EXPORT DrmDevice : public base::RefCountedThreadSafe<DrmDevice> {
|
| virtual bool SetGammaRamp(uint32_t crtc_id,
|
| const std::vector<GammaRampRGBEntry>& lut);
|
|
|
| +#if defined(DRM_CLIENT_CAP_UNIVERSAL_PLANES)
|
| virtual bool SetCapability(uint64_t capability, uint64_t value);
|
| +#endif
|
|
|
| // Drm master related
|
| virtual bool SetMaster();
|
|
|