Commit 04a10d52 authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

Fix location bar search icon having the wrong tint on tablet

Intialize the colors properly in StatusMediator so that the icon tint
is set correctly when tint update is never called.

Bug: 953975
Change-Id: I21909656d412667dd8958738884c60879d4e1295
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575121Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Becky Zhou <huayinz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652581}
parent 778cf535
...@@ -45,6 +45,7 @@ class StatusMediator { ...@@ -45,6 +45,7 @@ class StatusMediator {
StatusMediator(PropertyModel model) { StatusMediator(PropertyModel model) {
mModel = model; mModel = model;
updateColorTheme();
} }
/** /**
......
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