| Index: ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_buffer.h b/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| index da9b6871f1b140845c6702e6121761b423916c89..2823243793ea49ed20ab8ef115bfa22d76bc25fb 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| @@ -48,6 +48,7 @@
|
| int GetStride(size_t plane) const;
|
| int GetOffset(size_t plane) const;
|
| size_t GetSize(size_t plane) const;
|
| + uint64_t GetFormatModifier(size_t plane) const;
|
| gfx::Size GetSize() const override;
|
|
|
| private:
|
|
|