| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index 4296db8e76c39e19e98ebabb3be2caf0994d3764..9b02be16ae6e7d28e1f9e033ac93489841d70713 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -187,8 +187,9 @@ public:
|
| static void allVisitedStateChanged(bool invalidateVisitedLinkHashes);
|
| static void visitedStateChanged(LinkHash visitedHash);
|
|
|
| - PageVisibilityState visibilityState() const;
|
| void setVisibilityState(PageVisibilityState, bool);
|
| + PageVisibilityState visibilityState() const;
|
| + bool isPageVisible() const;
|
|
|
| bool isCursorVisible() const;
|
| void setIsCursorVisible(bool isVisible) { m_isCursorVisible = isVisible; }
|
|
|