| Index: services/ui/ws/platform_display.h
|
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| index 73acba6de83d521df85c725787cca37f4e3f94f8..74ff61595d6b86bec18903b785758b6650b7e5b6 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;
|
| @@ -68,6 +69,8 @@ class PlatformDisplay {
|
|
|
| virtual bool IsPrimaryDisplay() const = 0;
|
|
|
| + virtual FrameGenerator* GetFrameGenerator() = 0;
|
| +
|
| // Notifies the PlatformDisplay that a connection to the gpu has been
|
| // established.
|
| virtual void OnGpuChannelEstablished(
|
|
|