mac: [Yosemite] Fix bug where zoom button causes fullscreen mode.
In Yosemite, holding down alt while clicking the fullscreen button is supposed to zoom the window. This doesn't work because Chrome violates unstated AppKit assumptions. The problem seems to lie in hit testing the location of the zoom button. Reordering the subviews by moving the tab strip and the content view behind the zoom button fixes the problem. BUG=393808 Review URL: https://codereview.chromium.org/402443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284544 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment