diff --git a/atom/browser/native_window.h b/atom/browser/native_window.h index e9e159a7ea3b..248a8a5338d7 100644 --- a/atom/browser/native_window.h +++ b/atom/browser/native_window.h @@ -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;