| Index: services/ui/ws/platform_display.cc
|
| diff --git a/services/ui/ws/platform_display.cc b/services/ui/ws/platform_display.cc
|
| index 7b94b426e5750c85198155dd6547ae130ef8198e..974feab54360cc262a2d0c12bd583d4c007a1418 100644
|
| --- a/services/ui/ws/platform_display.cc
|
| +++ b/services/ui/ws/platform_display.cc
|
| @@ -57,9 +57,7 @@ DefaultPlatformDisplay::DefaultPlatformDisplay(
|
| #if !defined(OS_ANDROID)
|
| cursor_loader_(ui::CursorLoader::Create()),
|
| #endif
|
| - frame_generator_(new FrameGenerator(this,
|
| - init_params.root_window,
|
| - init_params.display_compositor)),
|
| + frame_generator_(new FrameGenerator(this, init_params.root_window)),
|
| metrics_(init_params.metrics) {
|
| }
|
|
|
|
|