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

Unified Diff: sky/sdk/lib/rendering/box.dart

Issue 1187393002: Cleanup of SkyBinding, and resultant yak shaving. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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: sky/sdk/lib/rendering/box.dart
diff --git a/sky/sdk/lib/rendering/box.dart b/sky/sdk/lib/rendering/box.dart
index 0679b9b87b5d8471a5f868ba990b57e32157bb16..f3f158e4451c00ba406c9fe97a7a277a660e91fb 100644
--- a/sky/sdk/lib/rendering/box.dart
+++ b/sky/sdk/lib/rendering/box.dart
@@ -192,9 +192,7 @@ class BoxConstraints {
}
class BoxHitTestEntry extends HitTestEntry {
- const BoxHitTestEntry(RenderBox target, this.localPosition)
- : super(target);
-
+ const BoxHitTestEntry(HitTestTarget target, this.localPosition) : super(target);
final Point localPosition;
}

Powered by Google App Engine
This is Rietveld 408576698