| Index: services/ui/ws/platform_display_delegate.h
|
| diff --git a/services/ui/ws/platform_display_delegate.h b/services/ui/ws/platform_display_delegate.h
|
| index 0b81711e6c23a7d636a33f115d6006ea93b160aa..e6eb5972bb4ae8a750c7a3e8700fd9ced4c5601d 100644
|
| --- a/services/ui/ws/platform_display_delegate.h
|
| +++ b/services/ui/ws/platform_display_delegate.h
|
| @@ -25,6 +25,9 @@ class PlatformDisplayDelegate {
|
| // Returns the root window of this display.
|
| virtual ServerWindow* GetRootWindow() = 0;
|
|
|
| + // Called once when the AcceleratedWidget is available for drawing.
|
| + virtual void OnAcceleratedWidgetAvailable() = 0;
|
| +
|
| virtual bool IsInHighContrastMode() = 0;
|
|
|
| // Called when an event arrives.
|
|
|