1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-02-02 10:25:26 +02:00

Update uCEFInterfaces.pas

fix
This commit is contained in:
Dmitrij 2017-08-21 21:07:34 +03:00 committed by GitHub
parent a88659617f
commit 1dd2645b1d

View File

@ -10,7 +10,7 @@
// For more information about CEF4Delphi visit : // For more information about CEF4Delphi visit :
// https://www.briskbard.com/index.php?lang=en&pageid=cef // https://www.briskbard.com/index.php?lang=en&pageid=cef
// //
// Copyright © 2017 Salvador Díaz Fau. All rights reserved. // Copyright © 2017 Salvador Díaz Fau. All rights reserved.
// //
// ************************************************************************ // ************************************************************************
// ************ vvvv Original license and comments below vvvv ************* // ************ vvvv Original license and comments below vvvv *************
@ -1633,7 +1633,7 @@ type
function GetAsJpeg(scaleFactor: Single; quality: Integer; function GetAsJpeg(scaleFactor: Single; quality: Integer;
pixelWidth, pixelHeight: PInteger): ICefBinaryValue; pixelWidth, pixelHeight: PInteger): ICefBinaryValue;
property Width: NativeUInt read GetHeight; property Width: NativeUInt read GetWidth;
property Height: NativeUInt read GetHeight; property Height: NativeUInt read GetHeight;
end; end;