Commit 83bfa572 authored by Chris Lu's avatar Chris Lu Committed by Commit Bot

[ios] Fix Constraints between Recent Tabs and Parent View in TabGrid

Bug: 867717
Change-Id: I85bd1f1c0404e536236a6b08787da499a5d7da41
Reviewed-on: https://chromium-review.googlesource.com/1152107Reviewed-by: default avataredchin <edchin@chromium.org>
Commit-Queue: Chris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578449}
parent 74cf944b
......@@ -575,7 +575,7 @@ NSUInteger GetPageIndexFromPage(TabGridPage page) {
[viewController.view.bottomAnchor
constraintEqualToAnchor:parentView.bottomAnchor],
[viewController.view.leadingAnchor
constraintEqualToAnchor:parentView.trailingAnchor],
constraintEqualToAnchor:parentView.leadingAnchor],
[viewController.view.trailingAnchor
constraintEqualToAnchor:parentView.trailingAnchor],
];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment