mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 84.0.4147.0 (#768962)
This commit is contained in:
committed by
Marshall Greenblatt
parent
640cd0f411
commit
790d248111
@@ -49,8 +49,8 @@ class CefTextfieldImpl
|
||||
void ApplyTextStyle(cef_text_style_t style,
|
||||
bool add,
|
||||
const CefRange& range) override;
|
||||
bool IsCommandEnabled(int command_id) override;
|
||||
void ExecuteCommand(int command_id) override;
|
||||
bool IsCommandEnabled(cef_text_field_commands_t command_id) override;
|
||||
void ExecuteCommand(cef_text_field_commands_t command_id) override;
|
||||
void ClearEditHistory() override;
|
||||
void SetPlaceholderText(const CefString& text) override;
|
||||
CefString GetPlaceholderText() override;
|
||||
|
Reference in New Issue
Block a user