Commit e41995ed authored by edchin's avatar edchin Committed by Commit Bot

[ios] Update tab grid background color

Bug: 849667
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I37bbca1646f3de0534331903b555417ef75fd448
Reviewed-on: https://chromium-review.googlesource.com/1090570Reviewed-by: default avataredchin <edchin@chromium.org>
Reviewed-by: default avatarSergio Collazos <sczs@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565293}
parent fecdf668
......@@ -119,6 +119,7 @@ NSUInteger GetPageIndexFromPage(TabGridPage page) {
- (void)viewDidLoad {
[super viewDidLoad];
self.view.backgroundColor = UIColorFromRGB(kGridBackgroundColor);
[self setupScrollView];
[self setupIncognitoTabsViewController];
[self setupRegularTabsViewController];
......
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