DescriptionDestroy InputHandlerManager after compositor thread
InputHandlerManager uses Unretained(this) to post tasks to compositor
thread which means it needs to outlive the compositor thread.
Added a test that is flaky without this fix.
BUG=226261
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192857
Patch Set 1 #Patch Set 2 : compositor_thread_.reset before manager_.reset in destructor #Patch Set 3 : Revert header change. #Patch Set 4 : Add test that is flaky without fix #
Messages
Total messages: 20 (0 generated)
|