| Index: services/ui/ws/platform_display.cc
|
| diff --git a/services/ui/ws/platform_display.cc b/services/ui/ws/platform_display.cc
|
| index a490ff4ee70541f9f37ea7b5c343fb753c564705..1e993273054365c7db10b26d901c327b0bec71d5 100644
|
| --- a/services/ui/ws/platform_display.cc
|
| +++ b/services/ui/ws/platform_display.cc
|
| @@ -157,6 +157,10 @@ void DefaultPlatformDisplay::OnGpuChannelEstablished(
|
| frame_generator_->OnGpuChannelEstablished(channel);
|
| }
|
|
|
| +FrameGenerator* DefaultPlatformDisplay::GetFrameGenerator() {
|
| + return frame_generator_.get();
|
| +}
|
| +
|
| bool DefaultPlatformDisplay::UpdateViewportMetrics(
|
| const display::ViewportMetrics& metrics) {
|
| if (metrics_ == metrics)
|
|
|