| 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 b8397448b98dc0521cc24fc87ccc3904e03bb169..f4ff68a24a8c31eb84de634f6340c528710a184d 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_buffer.h
|
| @@ -41,6 +41,7 @@ class GbmBuffer : public GbmBufferBase {
|
| int GetFd(size_t plane) const;
|
| 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;
|
|
|
|
|