Convert ColorChooser from ipc to mojo.
https://chromium-review.googlesource.com/c/chromium/src/+/800350 https://chromium-review.googlesource.com/c/chromium/src/+/821954
This commit is contained in:
parent
c29f08c53e
commit
f6665edc73
4 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue