| Index: ui/ozone/platform/dri/dri_surface_factory.cc
|
| diff --git a/ui/ozone/platform/dri/dri_surface_factory.cc b/ui/ozone/platform/dri/dri_surface_factory.cc
|
| index fb8ce756d80e37ba58a5270f7d1fd5cb1c2003c4..0b22680c39a38344513f300c60728383b6cd845a 100644
|
| --- a/ui/ozone/platform/dri/dri_surface_factory.cc
|
| +++ b/ui/ozone/platform/dri/dri_surface_factory.cc
|
| @@ -123,10 +123,8 @@ void DriSurfaceFactory::SetHardwareCursor(gfx::AcceleratedWidget widget,
|
|
|
| if (cursor_frame_delay_ms_)
|
| cursor_timer_.Start(
|
| - FROM_HERE,
|
| - base::TimeDelta::FromMilliseconds(cursor_frame_delay_ms_),
|
| - this,
|
| - &DriSurfaceFactory::OnCursorAnimationTimeout);
|
| + FROM_HERE, base::TimeDelta::FromMilliseconds(cursor_frame_delay_ms_),
|
| + this, &DriSurfaceFactory::OnCursorAnimationTimeout);
|
|
|
| if (state_ != INITIALIZED)
|
| return;
|
|
|