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 85.2.11
This commit is contained in:
@ -593,10 +593,9 @@ begin
|
||||
begin
|
||||
TempSource := Chromium1.GetSource(TempURN);
|
||||
|
||||
if (TempSource <> nil) and TempSource.IsValid then
|
||||
if (TempSource <> nil) then
|
||||
begin
|
||||
if (FSinks[SinksLbx.ItemIndex].SinkIntf <> nil) and
|
||||
FSinks[SinksLbx.ItemIndex].SinkIntf.IsValid then
|
||||
if (FSinks[SinksLbx.ItemIndex].SinkIntf <> nil) then
|
||||
begin
|
||||
if FSinks[SinksLbx.ItemIndex].SinkIntf.IsCompatibleWith(TempSource) then
|
||||
Chromium1.CreateRoute(TempSource, FSinks[SinksLbx.ItemIndex].SinkIntf)
|
||||
@ -649,7 +648,6 @@ begin
|
||||
FSinks[i].Name := aSinks[i].Name;
|
||||
FSinks[i].Description := aSinks[i].Description;
|
||||
FSinks[i].IconType := aSinks[i].IconType;
|
||||
FSinks[i].Valid := aSinks[i].IsValid;
|
||||
FSinks[i].SinkIntf := aSinks[i];
|
||||
|
||||
if aSinks[i].IsCastSink then
|
||||
|
Reference in New Issue
Block a user