chore: bump chromium to 92.0.4498.0 (master) (#28991)

This commit is contained in:
Electron Bot 2021-05-05 16:26:17 -07:00 committed by GitHub
parent 2086e1903c
commit 9d9921b533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 75 additions and 121 deletions

View file

@ -31,10 +31,6 @@ class SubmenuButton : public views::MenuButton {
// views::MenuButton:
void PaintButtonContents(gfx::Canvas* canvas) override;
// views::InkDropHostView:
std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
std::unique_ptr<views::InkDrop> CreateInkDrop() override;
private:
bool GetUnderlinePosition(const std::u16string& text,
char16_t* accelerator,