wrap lines to meet Travis CI build requirements
This commit is contained in:
parent
7cdfa44438
commit
d0c6176640
4 changed files with 10 additions and 5 deletions
|
@ -109,7 +109,8 @@ class NativeWindow : public content::WebContentsObserver,
|
|||
virtual bool IsFullscreen() const = 0;
|
||||
double GetInteriorContentAspectRatio();
|
||||
virtual gfx::Size GetInteriorContentExtraSize();
|
||||
virtual void MaintainContentAspectRatio(double aspectRatio, const gfx::Size& extraSize);
|
||||
virtual void MaintainContentAspectRatio(double aspectRatio,
|
||||
const gfx::Size& extraSize);
|
||||
virtual void SetBounds(const gfx::Rect& bounds) = 0;
|
||||
virtual gfx::Rect GetBounds() = 0;
|
||||
virtual void SetSize(const gfx::Size& size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue