| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index a2315c3061c2ec341acc597206fd1784adbf44d2..928771858ac0c626f5fc03406f20cf64a01d585a 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -364,6 +364,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| base::TimeTicks GetLastHiddenTime() const override;
|
| void WasShown() override;
|
| void WasHidden() override;
|
| + bool IsVisible() const override;
|
| bool NeedToFireBeforeUnload() override;
|
| void DispatchBeforeUnload() override;
|
| void AttachToOuterWebContentsFrame(
|
|
|