Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 1631063002: Add isPageVisible to Page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Clean up Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698