Descriptionmac: [Yosemite] Fix bug where zoom button causes fullscreen mode. (reland)
----------------Reland Description---------------------------
Fix a type error. NSArray comparators return a NSComparisonResult.
----------------Original CL Description---------------------------
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284798
Patch Set 1 : Copy of patch set 5 from https://codereview.chromium.org/402443003 #Patch Set 2 : Fix type error. #Messages
Total messages: 6 (0 generated)
|