Skip to content

Commit

Permalink
Manual roll of engine 45b66b7...ffba2f6 (flutter#35464)
Browse files Browse the repository at this point in the history
* Manual roll of engine 45b66b7...ffba2f6

git log 45b66b7...ffba2f6 --oneline

ffba2f6 Roll src/third_party/dart b37aa3b036...0abff7b2bb (flutter#9588)
62514cb Roll fuchsia/sdk/core/mac-amd64 from n9fZpXVmsbgKZzS8Q2GXxB453q8AbLpfGztsPsq47pMC to BYCwsJf7r7zfd2THSGinFeIHv552AEVchXdc7VZzP0IC (flutter#9587)
9f27212 Roll src/third_party/skia e4c88bb1f848..1ddee025229a (7 commits) (flutter#9586)
03a31e0 Roll fuchsia/sdk/core/linux-amd64 from F9oY0d56X3aONxwv5vw9Gco--AHmC8SHuDXdhdWCnnMC to d2VK3FYSEKQ35UdZw5FdbOZUI_xgT0-1h8DnGDUHPVAC (flutter#9583)

* Fix analyzer warning.
  • Loading branch information
a-siva authored and johnsonmh committed Jul 30, 2019
1 parent 0d15617 commit 52abda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
@@ -1 +1 @@
45b66b722e1275c47dccbe6b002c8e4cb13ea983
ffba2f68d4e8ec2041f57226d907dcb929c8b795
Expand Up @@ -714,7 +714,7 @@ class _TestLayoutPerformer extends SingleChildRenderObjectWidget {
class _RenderTestLayoutPerformer extends RenderBox {
_RenderTestLayoutPerformer({VoidCallback performLayout}) : _performLayout = performLayout;

VoidCallback _performLayout;
final VoidCallback _performLayout;

@override
void performLayout() {
Expand Down

0 comments on commit 52abda9

Please sign in to comment.