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

Unified Diff: Source/core/dom/Node.h

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Include new files as well. Created 5 years, 3 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index dc0b0f822e42ab36d19932514ce099a62915f44f..b48559092e4efe64cf3f60b61ce61113dce64d32 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -667,6 +667,8 @@ public:
bool isFinishedParsingChildren() const { return getFlag(IsFinishedParsingChildrenFlag); }
+ virtual bool hasIntersectionObserver() const { return false; }
+
DECLARE_VIRTUAL_TRACE();
unsigned lengthOfContents() const;

Powered by Google App Engine
This is Rietveld 408576698