You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 78.2.9
This commit is contained in:
@ -56,7 +56,6 @@ type
|
||||
protected
|
||||
function IsValid: Boolean;
|
||||
function IsReadOnly: Boolean;
|
||||
function Copy: ICefPrintSettings;
|
||||
procedure SetOrientation(landscape: Boolean);
|
||||
function IsLandscape: Boolean;
|
||||
procedure SetPrinterPrintableArea(const physicalSizeDeviceUnits: PCefSize; const printableAreaDeviceUnits: PCefRect; landscapeNeedsFlip: Boolean);
|
||||
@ -88,11 +87,6 @@ uses
|
||||
uCEFMiscFunctions, uCEFLibFunctions;
|
||||
|
||||
|
||||
function TCefPrintSettingsRef.Copy: ICefPrintSettings;
|
||||
begin
|
||||
Result := UnWrap(PCefPrintSettings(FData)^.copy(FData))
|
||||
end;
|
||||
|
||||
function TCefPrintSettingsRef.GetColorModel: TCefColorModel;
|
||||
begin
|
||||
Result := PCefPrintSettings(FData)^.get_color_model(FData);
|
||||
|
Reference in New Issue
Block a user