forked from crosswalk-project/chromium-crosswalk
-
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.
[Android] Fix a set of rendering issues introduced by single process …
…mode. * There is browser side compositor in Android port, in single process mode. the gl contexts in renderer will have race conditions with gl contexts in browser side. * This issue leads to many rendering failes: (1) stop activity and then restart will cause black screen; (2) Any page with compositing layers will leads to the compositing layer black (WebGL. Canvas, Video). * Fix this issue by duplicating the gl contexts implementation in browser side. * This is a workaround fix for the critical blocking issue. BUG=crosswalk-project/crosswalk#449, 430, 447, 455
- Loading branch information
Showing
12 changed files
with
4,840 additions
and
22 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
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
Oops, something went wrong.