| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 354b52e3ec0854cb6109e2fae69d72ed3f4e4ce6..8a5d3bb0be144e0a789a8e8ccf43efdf8034fd2c 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -183,6 +183,7 @@ class Display : public PlatformDisplayDelegate,
|
| EventSink* GetEventSink() override;
|
| void OnAcceleratedWidgetAvailable() override;
|
| void OnNativeCaptureLost() override;
|
| + OzonePlatform* GetOzonePlatform() override;
|
|
|
| // FocusControllerDelegate:
|
| bool CanHaveActiveChildren(ServerWindow* window) const override;
|
|
|