Address review comments from @hixie
This commit is contained in:
parent
6ea83f11c8
commit
f9b5b145f9
@ -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 {
|
|||||||
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 }) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user