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

Unified Diff: third_party/WebKit/Source/core/dom/IdleRequestCallback.h

Issue 1806133002: IntersectionObserver: use an idle callback to send notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 8 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/dom/IdleRequestCallback.h
diff --git a/third_party/WebKit/Source/core/dom/IdleRequestCallback.h b/third_party/WebKit/Source/core/dom/IdleRequestCallback.h
index a54f3d0518efe74a241b369ac4b14f2c1d0b5095..a30ba5810befe031f0c37bb4e2049ff7b7aa018b 100644
--- a/third_party/WebKit/Source/core/dom/IdleRequestCallback.h
+++ b/third_party/WebKit/Source/core/dom/IdleRequestCallback.h
@@ -20,6 +20,7 @@ public:
virtual void handleEvent(IdleDeadline*) = 0;
};
+
} // namespace blink
#endif // IdleRequestCallback_h

Powered by Google App Engine
This is Rietveld 408576698