mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -72,7 +72,7 @@ class CefMenuManager : public CefMenuModelImpl::Delegate,
|
||||
content::ContextMenuParams params_;
|
||||
|
||||
// Not owned by this class.
|
||||
CefRunContextMenuCallback* custom_menu_callback_;
|
||||
CefRunContextMenuCallback* custom_menu_callback_ = nullptr;
|
||||
|
||||
// Must be the last member.
|
||||
base::WeakPtrFactory<CefMenuManager> weak_ptr_factory_;
|
||||
|
Reference in New Issue
Block a user