| Index: ui/gfx/ozone/impl/drm_skbitmap_ozone.h
|
| diff --git a/ui/gfx/ozone/impl/drm_skbitmap_ozone.h b/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
|
| index 8a1f6c924b14759d51e9f518fd7d409cacd61295..a255490f28492a62da96d084fbbc42b84b9043fe 100644
|
| --- a/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
|
| +++ b/ui/gfx/ozone/impl/drm_skbitmap_ozone.h
|
| @@ -32,6 +32,7 @@ class DrmSkBitmapOzone : public SkBitmap {
|
|
|
| private:
|
| friend class DrmAllocator;
|
| + friend class HardwareDisplayControllerOzone;
|
|
|
| void set_handle(uint32_t handle) { handle_ = handle; };
|
| void set_framebuffer(uint32_t framebuffer) { framebuffer_ = framebuffer; };
|
|
|