Commit f9b5b145 authored by Adam Barth's avatar Adam Barth

Address review comments from @hixie

parent 6ea83f11
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// TODO(ianh): rename this file 'binding.dart'
import 'dart:sky' as sky; import 'dart:sky' as sky;
import 'package:sky/animation.dart'; import 'package:sky/animation.dart';
...@@ -40,8 +38,7 @@ class BindingHitTestEntry extends HitTestEntry { ...@@ -40,8 +38,7 @@ class BindingHitTestEntry extends HitTestEntry {
final HitTestResult result; final HitTestResult result;
} }
/// The glue between the render tree and the sky engine /// The glue between the render tree and the Flutter engine
// TODO(ianh): rename this class FlutterBinding
class FlutterBinding extends HitTestTarget { class FlutterBinding extends HitTestTarget {
FlutterBinding({ RenderBox root: null, RenderView renderViewOverride }) { FlutterBinding({ RenderBox root: null, RenderView renderViewOverride }) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment