Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f9b5b145
Commit
f9b5b145
authored
Sep 27, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review comments from @hixie
parent
6ea83f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
binding.dart
packages/flutter/lib/src/rendering/binding.dart
+1
-4
No files found.
packages/flutter/lib/src/rendering/binding.dart
View file @
f9b5b145
...
...
@@ -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
})
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment