shorten names

This commit is contained in:
Michael S. Barthelemy 2015-07-16 14:31:01 -04:00
parent 10faf314d4
commit 7cdfa44438
4 changed files with 6 additions and 6 deletions

View file

@ -109,7 +109,7 @@ class NativeWindow : public content::WebContentsObserver,
virtual bool IsFullscreen() const = 0;
double GetInteriorContentAspectRatio();
virtual gfx::Size GetInteriorContentExtraSize();
virtual void MaintainAspectRatioOfInteriorContent(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);