[New Tab Page] Change color format used by NTP_DESIGN.
NTP_DESIGN has 3 colors that were specified in RRGGBBAA format. These values were injected into title.html iframe via query param. The recent fast local NTP takes rgba(r,g,b,a) format. Rather than writing converter from RRGBBAA to 4-component, we simply store NTP_DESIGN colors in 4-component (like themes), and use existing converters in old NTP and fast NTP where needed. Also fixing title color bug in fast NTP. BUG= Review URL: https://codereview.chromium.org/1007323008 Cr-Commit-Position: refs/heads/master@{#321993}
Showing
Please register or sign in to comment