mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 939b32ee (#454471)
This commit is contained in:
@ -160,15 +160,10 @@ class CefSimpleMenuModel : public ui::MenuModel {
|
||||
}
|
||||
|
||||
bool GetTextColor(int index,
|
||||
bool is_minor,
|
||||
bool is_hovered,
|
||||
SkColor* override_color) const override {
|
||||
return impl_->GetTextColor(index, false, is_hovered, override_color);
|
||||
}
|
||||
|
||||
bool GetMinorTextColor(int index,
|
||||
bool is_hovered,
|
||||
SkColor* override_color) const override {
|
||||
return impl_->GetTextColor(index, true, is_hovered, override_color);
|
||||
return impl_->GetTextColor(index, is_minor, is_hovered, override_color);
|
||||
}
|
||||
|
||||
bool GetBackgroundColor(int index,
|
||||
|
Reference in New Issue
Block a user