diff --git a/shell/common/color_util.cc b/shell/common/color_util.cc index 9888f83c93977..09128296e3cf5 100644 --- a/shell/common/color_util.cc +++ b/shell/common/color_util.cc @@ -6,8 +6,6 @@ #include -#include "base/logging.h" -#include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "content/public/common/color_parser.h" diff --git a/shell/common/color_util.h b/shell/common/color_util.h index 2aea6e0f6f4ff..bbd3ce6aa482f 100644 --- a/shell/common/color_util.h +++ b/shell/common/color_util.h @@ -11,6 +11,7 @@ namespace electron { +// Converts an SKColor to either Hex, HSL, or RGB color string. std::string SkColorToColorString(SkColor color, const std::string& format); // Parses a CSS-style color string from hex (3- or 6-digit), rgb(), rgba(),