Searched refs:color_suggestions (Results 1 – 1 of 1) sorted by relevance
2492 std::vector<content::ColorSuggestion> color_suggestions; in createColorChooser() local2494 color_suggestions.push_back(content::ColorSuggestion(suggestions[i])); in createColorChooser()2496 color_chooser->Open(static_cast<SkColor>(initial_color), color_suggestions); in createColorChooser()