Address review comments from @hixie

This commit is contained in:
Adam Barth 2015-09-26 20:18:16 -07:00
parent 6ea83f11c8
commit f9b5b145f9

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(ianh): rename this file 'binding.dart'
import 'dart:sky' as sky;
import 'package:sky/animation.dart';
@ -40,8 +38,7 @@ class BindingHitTestEntry extends HitTestEntry {
final HitTestResult result;
}
/// The glue between the render tree and the sky engine
// TODO(ianh): rename this class FlutterBinding
/// The glue between the render tree and the Flutter engine
class FlutterBinding extends HitTestTarget {
FlutterBinding({ RenderBox root: null, RenderView renderViewOverride }) {