Skip to content

Commit

Permalink
Manually roll engine to 5088735 (flutter#29566)
Browse files Browse the repository at this point in the history
Need this manual roll because of golden changes.

flutter/engine@5088735e5 Clip to clip_rect instead of paint bounds (flutter/engine#8183)
flutter/engine@8818a6c41 Roll src/third_party/skia 2c043c288169..4a522b7e916c (3 commits) (flutter/engine#8201)
flutter/engine@048d70bc0 Support dartdevc, dart2js with shared source files, dartdevc sdk (flutter/engine#8105)
flutter/engine@e0782dec7 Roll src/third_party/skia 576b2a5596bc..2c043c288169 (2 commits) (flutter/engine#8200)
  • Loading branch information
liyuqian authored Mar 19, 2019
1 parent 55a2ee5 commit 79e3bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/internal/engine.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
048d70bc0948de3bad60e2056f186f336cd5aad9
5088735e5f54f7fb34215b6665cb4da1fd8f075d
2 changes: 1 addition & 1 deletion bin/internal/goldens.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
901ec95718ea0ba441a991590215865a838fdc5d
b0ae19c7cbc01ca4ec24675b9f5b19e8ff44bd76
2 changes: 1 addition & 1 deletion packages/flutter/test/widgets/widget_inspector_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ class TestWidgetInspectorService extends Object with WidgetInspectorService {

await expectLater(
WidgetInspectorService.instance.screenshot(find.byType(Stack).evaluate().first, width: 300.0, height: 300.0),
matchesGoldenFile('inspector.composited_transform.only_offsets_small.png'),
matchesGoldenFile('inspector.composited_transform.only_offsets_small.1.png'),
skip: !Platform.isLinux,
);

Expand Down

0 comments on commit 79e3bf4

Please sign in to comment.