Match chromium's workaround when setting size of unresizable windows
This commit is contained in:
parent
1cc5492784
commit
eae0674f61
4 changed files with 59 additions and 2 deletions
|
@ -102,6 +102,8 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual gfx::Size GetMinimumSize() const;
|
||||
virtual void SetMaximumSize(const gfx::Size& size);
|
||||
virtual gfx::Size GetMaximumSize() const;
|
||||
virtual gfx::Size GetContentMinimumSize() const;
|
||||
virtual gfx::Size GetContentMaximumSize() const;
|
||||
virtual void SetSheetOffset(const double offsetX, const double offsetY);
|
||||
virtual double GetSheetOffsetX();
|
||||
virtual double GetSheetOffsetY();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue