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();

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=d031ce1331738df412c61dd9bf4c6d36f94b82a8$
// $hash=b9e902ff99086dca1a15f17daaeda2f9e32f6d89$
//
#ifndef CEF_LIBCEF_DLL_CTOCPP_PRINT_SETTINGS_CTOCPP_H_
@@ -37,7 +37,6 @@ class CefPrintSettingsCToCpp
// CefPrintSettings methods.
bool IsValid() OVERRIDE;
bool IsReadOnly() OVERRIDE;
CefRefPtr<CefPrintSettings> Copy() OVERRIDE;
void SetOrientation(bool landscape) OVERRIDE;
bool IsLandscape() OVERRIDE;
void SetPrinterPrintableArea(const CefSize& physical_size_device_units,