fix: deprecate setLayoutZoomLevelLimits (#21296)

This commit is contained in:
Jeremy Apthorp 2019-12-02 13:27:03 -08:00 committed by GitHub
parent c7cbc2e6b1
commit 9526c5584e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 24 additions and 110 deletions

View file

@ -90,8 +90,6 @@ interface ElectronBrowser {
SetTemporaryZoomLevel(double zoom_level);
SetZoomLimits(double min_zoom, double max_zoom);
[Sync]
DoGetZoomLevel() => (double result);
};