[ToolbarMVC] Hide MenuButton interactions in toolbar.top behind MenuButtonCoordinator
Most method calls are translated 1:1 by forwarding the call to the equivalent MenuButton or View method. A notable exception is handling of the tab switcher animation, which currently requires a view in order to perform canvas translation before drawing the button in its animated state. In this case, we provide a direct accessor for the view. Bug: 1086676 Change-Id: I172c7bb5d9eeee307a153ad355a2a93702d139ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356690 Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by:Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#803701}
Showing
Please register or sign in to comment