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

Unified Diff: third_party/WebKit/Source/core/dom/ResizeObserverEntry.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/ResizeObserverEntry.idl
diff --git a/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl b/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
index d7c427aea3649e65cf5c1c49ee6ccc9c24c0020d..be2f7c5e248fae8fc341955a75f0a73a22135128 100644
--- a/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
+++ b/third_party/WebKit/Source/core/dom/ResizeObserverEntry.idl
@@ -9,5 +9,5 @@
] interface ResizeObserverEntry {
readonly attribute Element target;
// FIXME(atotic): should return DOMReadOnlyRect once GeometryInterfaces land
- readonly attribute ClientRect contentRect;
+ readonly attribute DOMRect contentRect;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/ResizeObserverEntry.cpp ('k') | third_party/WebKit/Source/core/geometry/DOMRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698