summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authormgiuca <mgiuca@chromium.org>2015-11-05 18:34:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-06 02:35:27 +0000
commit0c1375df4d18383c937632d9b126e6a118096c63 (patch)
tree8240e62085b6f1f6166d5599f2280511a72e30d3 /content
parent90905802be9ff927bda482fa9d7db28c7870f367 (diff)
downloadchromium_src-0c1375df4d18383c937632d9b126e6a118096c63.zip
chromium_src-0c1375df4d18383c937632d9b126e6a118096c63.tar.gz
chromium_src-0c1375df4d18383c937632d9b126e6a118096c63.tar.bz2
ExclusiveAccessBubbleViews: Use BoxLayout instead of GridLayout.
BoxLayout is more appropriate, and does not suffer the 'invisible children still take up space' issue of GridLayout (crbug.com/548551). (There is a work-around for this issue with Label, but not with other view types which we'll need in the future.) Removed the code for Label and ButtonView to make their GetPreferredSize return 0 when hidden (no longer necessary). This CL should not have any observable effect. BUG=352425 Review URL: https://codereview.chromium.org/1410413007 Cr-Commit-Position: refs/heads/master@{#358238}
Diffstat (limited to 'content')
0 files changed, 0 insertions, 0 deletions