| Index: ui/gfx/ozone/dri/dri_skbitmap.h
|
| diff --git a/ui/gfx/ozone/dri/dri_skbitmap.h b/ui/gfx/ozone/dri/dri_skbitmap.h
|
| index f5b8f9455fa018d07b04a903d123ead125f22dff..b90204f502c1aa680b617e0c73f6685e844b0190 100644
|
| --- a/ui/gfx/ozone/dri/dri_skbitmap.h
|
| +++ b/ui/gfx/ozone/dri/dri_skbitmap.h
|
| @@ -33,7 +33,7 @@ class GFX_EXPORT DriSkBitmap : public SkBitmap {
|
|
|
| private:
|
| friend class DriAllocator;
|
| - friend class HardwareDisplayController;
|
| + friend class DriSurface;
|
|
|
| void set_handle(uint32_t handle) { handle_ = handle; };
|
| void set_framebuffer(uint32_t framebuffer) { framebuffer_ = framebuffer; };
|
|
|