| Index: ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h b/ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h
|
| index 2c844dbe432d24199784b2ef9a72f5bcd22a82f8..4434c0015d8a863f1ee5274b2c129df4dabdd2f0 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_gpu_platform_support.h
|
| @@ -53,6 +53,8 @@ class DrmGpuPlatformSupport : public GpuPlatformSupport {
|
| // IPC::Listener:
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| + void WindowMappingChanged(gfx::AcceleratedWidget widget);
|
| +
|
| private:
|
| void OnCreateWindowDelegate(gfx::AcceleratedWidget widget);
|
| void OnDestroyWindowDelegate(gfx::AcceleratedWidget widget);
|
|
|