From 362f3deb93375e067837e669239db6c04376e53f Mon Sep 17 00:00:00 2001 From: gellert Date: Tue, 2 Aug 2016 16:39:07 +0200 Subject: [PATCH] fixes linting --- atom/browser/osr_web_contents_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*);