fix line length issue
This commit is contained in:
parent
378e81ffaa
commit
10faf314d4
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue