diff --git a/atom/browser/osr_web_contents_view.h b/atom/browser/osr_web_contents_view.h index c465ed3a7b..a2aa515e47 100644 --- a/atom/browser/osr_web_contents_view.h +++ b/atom/browser/osr_web_contents_view.h @@ -16,7 +16,7 @@ namespace atom { class OffScreenWebContentsView : public content::WebContentsView, public content::RenderViewHostDelegateView { public: - OffScreenWebContentsView(bool transparent); + explicit OffScreenWebContentsView(bool transparent); ~OffScreenWebContentsView(); void SetWebContents(content::WebContents*);