fixes linting
This commit is contained in:
parent
9872fa0f52
commit
362f3deb93
1 changed files with 1 additions and 1 deletions
|
@ -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*);
|
||||||
|
|
Loading…
Add table
Reference in a new issue