deepak1556 2018-04-08 21:47:23 +05:30 committed by Samuel Attard
parent c29f08c53e
commit f6665edc73
4 changed files with 6 additions and 4 deletions

View file

@ -231,7 +231,7 @@ bool CommonWebContentsDelegate::CanOverscrollContent() const {
content::ColorChooser* CommonWebContentsDelegate::OpenColorChooser(
content::WebContents* web_contents,
SkColor color,
const std::vector<content::ColorSuggestion>& suggestions) {
const std::vector<blink::mojom::ColorSuggestionPtr>& suggestions) {
return chrome::ShowColorChooser(web_contents, color);
}