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

Unified Diff: samples/swarm/swarm_ui_lib/touch/FxUtil.dart

Issue 12857006: Removing CssValue APIs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/swarm_ui_lib/touch/FxUtil.dart
diff --git a/samples/swarm/swarm_ui_lib/touch/FxUtil.dart b/samples/swarm/swarm_ui_lib/touch/FxUtil.dart
index 686e69ee1453a40da23902086f07888d933e611f..82d0a54f41010c63e3a118fb3254ae17ffe2a045 100644
--- a/samples/swarm/swarm_ui_lib/touch/FxUtil.dart
+++ b/samples/swarm/swarm_ui_lib/touch/FxUtil.dart
@@ -67,7 +67,7 @@ class FxUtil {
* changed.
*/
static Coordinate computeRelativePosition(Element element, Element target) {
- final testPoint = new DomPoint(0, 0);
+ final testPoint = new Point(0, 0);
final pagePoint =
window.convertPointFromNodeToPage(element, testPoint);
final pointRelativeToTarget =
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698