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

Unified Diff: tools/dom/templates/html/impl/impl_Window.darttemplate

Issue 1580203002: Mark supportsPointConversions deprecated and always true rather than testing DOMPoint (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
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 | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/impl/impl_Window.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_Window.darttemplate b/tools/dom/templates/html/impl/impl_Window.darttemplate
index d891762e968cf8a5c55c2ad3f3a1b4ae2cef12aa..857f2730c64a88ae2e5d626d97ec2d79215bb182 100644
--- a/tools/dom/templates/html/impl/impl_Window.darttemplate
+++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
@@ -217,11 +217,9 @@ $endif
return _requestFileSystem(persistent? 1 : 0, size);
}
- /**
- * convertPointFromNodeToPage and convertPointFromPageToNode are removed.
- * see http://dev.w3.org/csswg/cssom-view/#geometry
- */
- static bool get supportsPointConversions => DomPoint.supported;
+ /// Obsolete API for testing if Geometry APIs supported.
+ @Deprecated("Obsolete")
+ static bool get supportsPointConversions => true;
$!MEMBERS
/**
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698