mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
alloy: Add touch handle and quick menu support for OSR (fixes issue #3268)
The client is responsible for rendering both as no default implementation is currently available for OSR.
This commit is contained in:
committed by
Marshall Greenblatt
parent
771e5c7c0c
commit
d9b764860a
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9b70c0c42b514b6d44f4fff612eaf4d3fb62ef06$
|
||||
// $hash=ffa640e35d08dd0f9b8c0ea291db190947826915$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_RUN_CONTEXT_MENU_CALLBACK_CTOCPP_H_
|
||||
@@ -35,7 +35,7 @@ class CefRunContextMenuCallbackCToCpp
|
||||
virtual ~CefRunContextMenuCallbackCToCpp();
|
||||
|
||||
// CefRunContextMenuCallback methods.
|
||||
void Continue(int command_id, EventFlags event_flags) override;
|
||||
void Continue(int command_id, cef_event_flags_t event_flags) override;
|
||||
void Cancel() override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user