feat: implement win.setAspectRatio() on Linux (#19516)

This commit is contained in:
Erick Zhao 2019-11-01 12:22:07 -04:00 committed by Shelley Vohr
parent 4240017cb6
commit dcf6f046d9
5 changed files with 45 additions and 2 deletions

View file

@ -72,6 +72,8 @@ class NativeWindowViews : public NativeWindow,
bool MoveAbove(const std::string& sourceId) override;
void MoveTop() override;
bool IsResizable() override;
void SetAspectRatio(double aspect_ratio,
const gfx::Size& extra_size) override;
void SetMovable(bool movable) override;
bool IsMovable() override;
void SetMinimizable(bool minimizable) override;