mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 90.0.4430.0 (#857950)
- Linux ARM builds require use_vaapi=false (see https://crbug.com/1185348) - Windows official builds require use_thin_lto=false (see https://crbug.com/1177001)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=cc3fb995a3c9384fae1f1bbeb118ff6ff1d78ea2$
|
||||
// $hash=dad7a3eb64c0bc6c4eddd2935513af61f7e8b510$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/context_menu_params_ctocpp.h"
|
||||
@@ -230,7 +230,7 @@ CefContextMenuParams::MediaType CefContextMenuParamsCToCpp::GetMediaType() {
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefContextMenuParams::MediaStateFlags
|
||||
CefContextMenuParamsCToCpp::GetMediaStateFlags() {
|
||||
CefContextMenuParamsCToCpp::GetMediaStateFlags() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_context_menu_params_t* _struct = GetStruct();
|
||||
@@ -351,7 +351,7 @@ bool CefContextMenuParamsCToCpp::IsSpellCheckEnabled() {
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefContextMenuParams::EditStateFlags
|
||||
CefContextMenuParamsCToCpp::GetEditStateFlags() {
|
||||
CefContextMenuParamsCToCpp::GetEditStateFlags() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_context_menu_params_t* _struct = GetStruct();
|
||||
@@ -384,22 +384,6 @@ NO_SANITIZE("cfi-icall") bool CefContextMenuParamsCToCpp::IsCustomMenu() {
|
||||
return _retval ? true : false;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") bool CefContextMenuParamsCToCpp::IsPepperMenu() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_context_menu_params_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, is_pepper_menu))
|
||||
return false;
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int _retval = _struct->is_pepper_menu(_struct);
|
||||
|
||||
// Return type: bool
|
||||
return _retval ? true : false;
|
||||
}
|
||||
|
||||
// CONSTRUCTOR - Do not edit by hand.
|
||||
|
||||
CefContextMenuParamsCToCpp::CefContextMenuParamsCToCpp() {}
|
||||
|
Reference in New Issue
Block a user