Unverified Commit 79e3bf4a authored by liyuqian's avatar liyuqian Committed by GitHub

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)
parent 55a2ee58
048d70bc0948de3bad60e2056f186f336cd5aad9
5088735e5f54f7fb34215b6665cb4da1fd8f075d
901ec95718ea0ba441a991590215865a838fdc5d
b0ae19c7cbc01ca4ec24675b9f5b19e8ff44bd76
......@@ -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,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment