Commit 7aca60bd authored by David Reveman's avatar David Reveman Committed by Commit Bot

ash: Remove UpdateCursorCompositingEnabled() call in Shell::Init.

This UpdateCursorCompositingEnabled call is happening before
the GPU process is properly initialized.

Remove it as it's not needed here. UpdateCursorCompositingEnabled
will be called later when preferences have been loaded and GPU
process is properly initialized.

Bug: 832979
Test: chrome --ash-enable-cursor-motion-blur on Eve
Change-Id: I8603c007f1b0d201a046ffb7e84706af95c21097
Reviewed-on: https://chromium-review.googlesource.com/1013238Reviewed-by: default avatarMitsuru Oshima <oshima@chromium.org>
Commit-Queue: David Reveman <reveman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551118}
parent d0fd5e9d
......@@ -1200,8 +1200,6 @@ void Shell::Init(ui::ContextFactory* context_factory,
cursor_manager_->SetCursor(ui::CursorType::kPointer);
}
UpdateCursorCompositingEnabled();
peripheral_battery_notifier_ = std::make_unique<PeripheralBatteryNotifier>();
power_event_observer_.reset(new PowerEventObserver());
user_activity_notifier_.reset(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment