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:
@ -59,8 +59,7 @@ class CefFocusHandler : public virtual CefBaseRefCounted {
|
||||
// if the browser is giving focus to the previous component.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void OnTakeFocus(CefRefPtr<CefBrowser> browser,
|
||||
bool next) {}
|
||||
virtual void OnTakeFocus(CefRefPtr<CefBrowser> browser, bool next) {}
|
||||
|
||||
///
|
||||
// Called when the browser component is requesting focus. |source| indicates
|
||||
@ -68,8 +67,9 @@ class CefFocusHandler : public virtual CefBaseRefCounted {
|
||||
// focus to be set or true to cancel setting the focus.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual bool OnSetFocus(CefRefPtr<CefBrowser> browser,
|
||||
FocusSource source) { return false; }
|
||||
virtual bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) {
|
||||
return false;
|
||||
}
|
||||
|
||||
///
|
||||
// Called when the browser component has received focus.
|
||||
|
Reference in New Issue
Block a user