-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#46110Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine team
Description
Blocks #134969.
I'm requesting help if anyone could use a simple~ish task to work on in the background.
@@ -104,7 +104,7 @@ class DlDashPathEffect final : public DlPathEffect {
}
}
- DlDashPathEffect(const DlDashPathEffect* dash_effect)
+ explicit DlDashPathEffect(const DlDashPathEffect* dash_effect)
: DlDashPathEffect(dash_effect->intervals(),
dash_effect->count_,
dash_effect->phase_) {}... and then changing the rest of the repo to use DlDashPathEffect(dash_effect) explicitly.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine team