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.
Revert of Add cross axis alignment for BoxLayout. (https://codereview…
….chromium.org/333403005/) Reason for revert: Lots of unitialized reads appeared related to GetPreferredSize(). This is the only views cl in http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20%28valgrind%29%283%29/builds/32878/ , so reverting somewhat sepculatively. Original issue's description: > Add cross axis alignment for BoxLayout. > > This CL adds a CrossAxisAlignment setting to BoxLayout which functions > like the CSS align-items property. This property aligns the children > items of a view in the non-orientation axis of the BoxLayout. > > BUG=386475 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279257 TBR=benwells@chromium.org,sky@chromium.org,calamity@chromium.org NOTREECHECKS=true NOTRY=true BUG=386475 Review URL: https://codereview.chromium.org/358523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279542 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
thakis@chromium.org
committed
Jun 24, 2014
1 parent
7f9706c
commit 91877f0
Showing
6 changed files
with
40 additions
and
224 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.