mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@ -33,8 +33,7 @@ class CefContextMenuParamsImpl
|
||||
MediaStateFlags GetMediaStateFlags() override;
|
||||
CefString GetSelectionText() override;
|
||||
CefString GetMisspelledWord() override;
|
||||
bool GetDictionarySuggestions(
|
||||
std::vector<CefString>& suggestions) override;
|
||||
bool GetDictionarySuggestions(std::vector<CefString>& suggestions) override;
|
||||
bool IsEditable() override;
|
||||
bool IsSpellCheckEnabled() override;
|
||||
EditStateFlags GetEditStateFlags() override;
|
||||
|
Reference in New Issue
Block a user