forked from sanyaade-mobiledev/chromium.src
-
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.
aw: Reset parent draw constraints on tear down
Without this, the same webview getting attached again but at a different part of the view tree would be getting stale and completely wrong parent draw constraints. A classic example of this is when webview going into full screen video mode. BUG= Review URL: https://codereview.chromium.org/486833002 Cr-Commit-Position: refs/heads/master@{#290450} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290450 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
boliu@chromium.org
committed
Aug 19, 2014
1 parent
2fd51e3
commit 2e263cc
Showing
3 changed files
with
13 additions
and
4 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