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.
Changes ownership of WindowTreeHostConnection
Changes ownership of WindowTreeHostConnection Previously WindowTreeHostConnection owned then WindowTreeHost. This change makes the WindowTreeHosts owned by the ConnectionManager. WindowTreeHost in turn owns the WindowTreeHostConnection. I'm doing this as multiple windows managers per display implies WindowTreeHost won't always have a WindowTreeHostConnection. I also nuked WindowTreeHostDelegate and folded into WindowTreeHostConnection. BUG=590955 TEST=covered by tests [email protected] Review URL: https://codereview.chromium.org/1750143002 Cr-Commit-Position: refs/heads/master@{#378393}
- Loading branch information
sky
authored and
Commit bot
committed
Mar 1, 2016
1 parent
a7e8a5f
commit 04ce21a
Showing
10 changed files
with
156 additions
and
245 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
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.