Manually roll engine to 5088735e5 (#29566)

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)
This commit is contained in:
liyuqian 2019-03-18 17:34:20 -07:00 committed by GitHub
parent 55a2ee588d
commit 79e3bf4ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
048d70bc0948de3bad60e2056f186f336cd5aad9
5088735e5f54f7fb34215b6665cb4da1fd8f075d

View file

@ -1 +1 @@
901ec95718ea0ba441a991590215865a838fdc5d
b0ae19c7cbc01ca4ec24675b9f5b19e8ff44bd76

View file

@ -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,
);