| Index: services/ui/ws/platform_display_default.cc
|
| diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
|
| index c807ae8a71b52e9d2d53f1bf9987148c0fde1b0c..d25a13d01a8f3679a7d4a482c90cc8c0658f7927 100644
|
| --- a/services/ui/ws/platform_display_default.cc
|
| +++ b/services/ui/ws/platform_display_default.cc
|
| @@ -125,11 +125,6 @@ gfx::Rect PlatformDisplayDefault::GetBounds() const {
|
| return metrics_.bounds;
|
| }
|
|
|
| -void PlatformDisplayDefault::OnGpuChannelEstablished(
|
| - scoped_refptr<gpu::GpuChannelHost> channel) {
|
| - frame_generator_->OnGpuChannelEstablished(channel);
|
| -}
|
| -
|
| bool PlatformDisplayDefault::UpdateViewportMetrics(
|
| const display::ViewportMetrics& metrics) {
|
| if (metrics_ == metrics)
|
|
|