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 3.3163.1666.g052c2d2
Added some units for future extension support.
This commit is contained in:
@ -96,13 +96,13 @@ end;
|
||||
|
||||
constructor TCefGeolocationHandlerOwn.Create;
|
||||
begin
|
||||
|
||||
inherited CreateData(SizeOf(TCefGeolocationHandler));
|
||||
|
||||
with PCefGeolocationHandler(FData)^ do
|
||||
begin
|
||||
on_request_geolocation_permission := cef_geolocation_handler_on_request_geolocation_permission;
|
||||
on_cancel_geolocation_permission := cef_geolocation_handler_on_cancel_geolocation_permission;
|
||||
end;
|
||||
begin
|
||||
on_request_geolocation_permission := cef_geolocation_handler_on_request_geolocation_permission;
|
||||
on_cancel_geolocation_permission := cef_geolocation_handler_on_cancel_geolocation_permission;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user