mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename browser_util to browser_event_util (seee #3685)
Use more specific file naming. This change is a functional no-op.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include "cef/libcef/browser/browser_event_util.h"
|
||||
#include "cef/libcef/browser/browser_host_base.h"
|
||||
#include "cef/libcef/browser/browser_util.h"
|
||||
#include "cef/libcef/browser/chrome/views/chrome_browser_view.h"
|
||||
#include "cef/libcef/browser/context.h"
|
||||
#include "cef/libcef/browser/request_context_impl.h"
|
||||
@@ -184,7 +184,7 @@ bool CefBrowserViewImpl::HandleKeyboardEvent(
|
||||
// Give the CefWindowDelegate a chance to handle the event.
|
||||
if (auto* window_impl = cef_window_impl()) {
|
||||
CefKeyEvent cef_event;
|
||||
if (browser_util::GetCefKeyEvent(event, cef_event) &&
|
||||
if (GetCefKeyEvent(event, cef_event) &&
|
||||
window_impl->OnKeyEvent(cef_event)) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user