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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 2879403002: dart2js + html: getBoundingClientRect() returns a ClientRect (Closed)
Patch Set: Created 3 years, 7 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:
Download patch
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | tools/dom/scripts/dartmetadata.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 8d240427c81fa2b847d98bb74ed4034c512f9e00..428030b6df5c59d2b012b2a7c650728ede2d5f3f 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -15338,6 +15338,8 @@ class Element extends Node
*/
@DomName('Element.getBoundingClientRect')
@DocsEditable()
+ @Creates('_ClientRect')
+ @Returns('_ClientRect|Null')
Rectangle getBoundingClientRect() native;
/**
« no previous file with comments | « no previous file | tools/dom/scripts/dartmetadata.py » ('j') | tools/dom/scripts/dartmetadata.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698