Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index a987a549ac6b0415e7ea62405dbaca06792d5583..d418c9690b6dcd30e661fa5eea320840778b1fe6 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1095,6 +1095,8 @@ public: |
bool isInMainFrame() const; |
+ void onVisibilityMaybeChanged(bool visible); |
+ |
protected: |
Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass); |
@@ -1417,6 +1419,8 @@ private: |
bool m_mayContainV0Shadow = false; |
Member<SnapCoordinator> m_snapCoordinator; |
+ |
+ bool m_visibilityWasLogged; |
}; |
extern template class CORE_EXTERN_TEMPLATE_EXPORT Supplement<Document>; |