fixes linting

This commit is contained in:
gellert 2016-08-02 16:39:07 +02:00
parent 9872fa0f52
commit 362f3deb93

View file

@ -16,7 +16,7 @@ namespace atom {
class OffScreenWebContentsView : public content::WebContentsView, class OffScreenWebContentsView : public content::WebContentsView,
public content::RenderViewHostDelegateView { public content::RenderViewHostDelegateView {
public: public:
OffScreenWebContentsView(bool transparent); explicit OffScreenWebContentsView(bool transparent);
~OffScreenWebContentsView(); ~OffScreenWebContentsView();
void SetWebContents(content::WebContents*); void SetWebContents(content::WebContents*);