| Index: services/ui/ws/platform_display.h
|
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| index 43aa4808b4d41f335f27f78db55217226a2d3eca..4c1a7d5cd11f254a68c27eb198bca2022f615058 100644
|
| --- a/services/ui/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.h
|
| @@ -28,6 +28,7 @@ struct TextInputState;
|
|
|
| namespace ws {
|
|
|
| +class FrameGenerator;
|
| class PlatformDisplayDelegate;
|
| class PlatformDisplayFactory;
|
| struct PlatformDisplayInitParams;
|
| @@ -66,6 +67,8 @@ class PlatformDisplay {
|
|
|
| virtual const display::ViewportMetrics& GetViewportMetrics() const = 0;
|
|
|
| + virtual FrameGenerator* GetFrameGenerator() = 0;
|
| +
|
| // Notifies the PlatformDisplay that a connection to the gpu has been
|
| // established.
|
| virtual void OnGpuChannelEstablished(
|
|
|