| 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 2823243793ea49ed20ab8ef115bfa22d76bc25fb..da9b6871f1b140845c6702e6121761b423916c89 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| @@ -48,7 +48,6 @@ class GbmBuffer : public GbmBufferBase {
|
| 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:
|
|
|