forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes crash in ViewManager during shutdown
The crash happens because the CommandBufferImpl can be destroyed on another thread. This is because the CommandBufferImpl uses a strongbinding that is created on another thread. This means if there is a connection error the CommandBufferImpl is destroyed on the background thread. CommandBufferImpl has references to a bunch of things that need to be destroyed on the main thread. BUG=none TEST=none R=jam@chromium.org Review URL: https://codereview.chromium.org/1179933003 Cr-Commit-Position: refs/heads/master@{#334082}
- Loading branch information
sky
authored and
Commit bot
committed
Jun 11, 2015
1 parent
11f73b2
commit b773743
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters