mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 66afc5e5 (#540276)
This commit is contained in:
@@ -634,7 +634,7 @@ void CefWindowImpl::CreateWidget() {
|
||||
|
||||
#if defined(USE_AURA)
|
||||
unhandled_key_event_handler_ =
|
||||
base::MakeUnique<CefUnhandledKeyEventHandler>(this, widget_);
|
||||
std::make_unique<CefUnhandledKeyEventHandler>(this, widget_);
|
||||
#endif
|
||||
|
||||
// The Widget and root View are owned by the native window. Therefore don't
|
||||
|
Reference in New Issue
Block a user