Update to Chromium version 78.0.3904.0 (#693954)

This commit is contained in:
Marshall Greenblatt
2019-10-01 13:55:16 +00:00
parent c8b457da38
commit f8e0797773
151 changed files with 1485 additions and 2238 deletions

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=a24e37a1b0fbff6c8489c8a054bba14c99907cd3$
// $hash=5d50d3e5c268b1304db14532f6f010286b85b1d1$
//
#include "libcef_dll/ctocpp/print_settings_ctocpp.h"
@@ -65,23 +65,6 @@ NO_SANITIZE("cfi-icall") bool CefPrintSettingsCToCpp::IsReadOnly() {
return _retval ? true : false;
}
NO_SANITIZE("cfi-icall")
CefRefPtr<CefPrintSettings> CefPrintSettingsCToCpp::Copy() {
shutdown_checker::AssertNotShutdown();
cef_print_settings_t* _struct = GetStruct();
if (CEF_MEMBER_MISSING(_struct, copy))
return NULL;
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
// Execute
cef_print_settings_t* _retval = _struct->copy(_struct);
// Return type: refptr_same
return CefPrintSettingsCToCpp::Wrap(_retval);
}
NO_SANITIZE("cfi-icall")
void CefPrintSettingsCToCpp::SetOrientation(bool landscape) {
shutdown_checker::AssertNotShutdown();