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

Unified Diff: core/dom/ClientRect.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « core/dom/ChildNode.idl ('k') | core/dom/ClientRectList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/ClientRect.idl
diff --git a/core/dom/ClientRect.idl b/core/dom/ClientRect.idl
index 4fae5d7f938242aa57ff41591b32017b15791d1c..5d68b87336efa0b18f6306ce546e3a0caa7a9957 100644
--- a/core/dom/ClientRect.idl
+++ b/core/dom/ClientRect.idl
@@ -24,8 +24,16 @@
*
*/
+// An old version of CSSOM View Module defines the ClientRect interface:
+// http://www.w3.org/TR/2011/WD-cssom-view-20110804/#the-clientrect-interface
+
+// It has since been replaced by DOMRect in CSSOM View Module and
+// Geometry Interfaces Module:
+// http://dev.w3.org/csswg/cssom-view/#extension-to-the-element-interface
+// http://dev.w3.org/fxtf/geometry/#DOMRect
+
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface ClientRect {
readonly attribute float top;
readonly attribute float right;
@@ -34,4 +42,3 @@
readonly attribute float width;
readonly attribute float height;
};
-
« no previous file with comments | « core/dom/ChildNode.idl ('k') | core/dom/ClientRectList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698