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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl

Issue 2869803003: Change from ClientRect to DOMRect.
Patch Set: Change from ClientRect to DOMRect. Created 3 years, 6 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/IntersectionObserverEntry.idl
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
index 034031f119ad059f74bfb9f1928cb7dbcab7d0af..8c20604edf1a3974c5ccf4f33ebb67b8583fd2f7 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
@@ -11,9 +11,9 @@
// TODO(szager): |rootBounds| should not be nullable and it,
// |boundingClientRect| and |intersectionRect| should all be
// DOMRectReadOnly.
- readonly attribute ClientRect? rootBounds;
- readonly attribute ClientRect boundingClientRect;
- readonly attribute ClientRect intersectionRect;
+ readonly attribute DOMRect? rootBounds;
+ readonly attribute DOMRect boundingClientRect;
+ readonly attribute DOMRect intersectionRect;
readonly attribute boolean isIntersecting;
readonly attribute double intersectionRatio;
readonly attribute Element target;
« no previous file with comments | « third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp ('k') | third_party/WebKit/Source/core/dom/Range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698