commit | 92d5925c92d1c1a1fabd19141cd3343316457a94 | [log] [tgz] |
---|---|---|
author | Alan Cutter <[email protected]> | Fri Mar 29 02:32:33 2019 |
committer | Commit Bot <[email protected]> | Fri Mar 29 02:32:33 2019 |
tree | 1fde9fba00f5ea051c5c6a7bb277bdc4ed7cf1c4 | |
parent | 208887adb2ed3f76444df0798a73cd962e02c5aa [diff] |
Make WebContents' theme color a base::Optional<SkColor> This CL removes the SK_ColorTRANSPARENT sentinel value for WebContents::GetThemeColor() and updates the return type to be base::Optional<SkColor>. This more accurately represents the possible states the WebContents may be in with regard to the site's theme_color meta tag. There are no behavioural changes in this CL. Bug: 872121 Change-Id: I49a7cc793c0ece326a3bf85c19053d03af5e2c30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540022 Commit-Queue: Alan Cutter <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Auto-Submit: Alan Cutter <[email protected]> Cr-Commit-Position: refs/heads/master@{#645643}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .