| Index: services/ui/ws/platform_display_default.h
|
| diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
|
| index 215a9f0ec83c3a0ac715b915619571c98eca2ead..5dabb69f53110a4cc9d838d2c1a22720d5b52f5d 100644
|
| --- a/services/ui/ws/platform_display_default.h
|
| +++ b/services/ui/ws/platform_display_default.h
|
| @@ -47,6 +47,7 @@ class PlatformDisplayDefault : public PlatformDisplay,
|
| bool IsPrimaryDisplay() const override;
|
| void OnGpuChannelEstablished(
|
| scoped_refptr<gpu::GpuChannelHost> gpu_channel) override;
|
| + FrameGenerator* GetFrameGenerator() override;
|
|
|
| private:
|
| // Update the root_location of located events to be relative to the origin
|
|
|