fix line length issue

This commit is contained in:
Michael S. Barthelemy 2015-07-16 14:26:48 -04:00
parent 378e81ffaa
commit 10faf314d4

View file

@ -288,7 +288,8 @@ class NativeWindow : public content::WebContentsObserver,
// Page's default zoom factor.
double zoom_factor_;
// Used to maintain the aspect ratio of a view which is inside of the content view.
// Used to maintain the aspect ratio of a view which is inside of the
// content view.
double interiorContentAspectRatio = 0.0;
gfx::Size interiorContentExtraSize;