Skip to content

Commit ce5160c

Browse files
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. [email protected] (cherry picked from commit 7aca60b) Bug: 832979 Test: chrome --ash-enable-cursor-motion-blur on Eve Change-Id: I8603c007f1b0d201a046ffb7e84706af95c21097 Reviewed-on: https://chromium-review.googlesource.com/1013238 Reviewed-by: Mitsuru Oshima <[email protected]> Commit-Queue: David Reveman <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#551118} Reviewed-on: https://chromium-review.googlesource.com/1015557 Reviewed-by: David Reveman <[email protected]> Cr-Commit-Position: refs/branch-heads/3396@{#60} Cr-Branched-From: 9ef2aa8-refs/heads/master@{#550428}
1 parent cdb72d4 commit ce5160c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ash/shell.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,6 @@ void Shell::Init(ui::ContextFactory* context_factory,
11951195
cursor_manager_->SetCursor(ui::CursorType::kPointer);
11961196
}
11971197

1198-
UpdateCursorCompositingEnabled();
1199-
12001198
peripheral_battery_notifier_ = std::make_unique<PeripheralBatteryNotifier>();
12011199
power_event_observer_.reset(new PowerEventObserver());
12021200
user_activity_notifier_.reset(

0 commit comments

Comments
 (0)