Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@jason-simmons
Copy link
Member

@jason-simmons jason-simmons requested a review from dnfield May 11, 2023 17:13
return true;
}
abstract class SceneBuilder {
factory SceneBuilder() => _NativeSceneBuilder();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here and elsewhere - should this be a redirecting factory instead, i.e.

Suggested change
factory SceneBuilder() => _NativeSceneBuilder();
factory SceneBuilder() = _NativeSceneBuilder;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the downstream flutter/flutter#126570 lands - there's one other issue in CI about marking one of the Shader subclasses as base too

dnfield

This comment was marked as duplicate.

@jason-simmons jason-simmons added the autosubmit Merge PR when tree becomes green via auto submit App label May 16, 2023
@auto-submit auto-submit bot merged commit 65e2426 into flutter:main May 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 16, 2023
zanderso pushed a commit to flutter/flutter that referenced this pull request May 16, 2023
…sions) (#126961)

Manual roll requested by [email protected]

flutter/engine@fe24767...1c775e3

2023-05-16 [email protected] Revert "[ios_platform_view]
only recycle maskView when the view is applying mutators"
(flutter/engine#42080)
2023-05-16 [email protected] [macOS] Wait for
binding to be ready before requesting exits from framework
(flutter/engine#41753)
2023-05-16 [email protected] [linux] Wait for
binding to be ready before requesting exits from framework
(flutter/engine#41782)
2023-05-16 [email protected] Initial support for images in
Skwasm (flutter/engine#42019)
2023-05-16 [email protected] Use new `unresolvedCodePoints` API
from skia. (flutter/engine#41991)
2023-05-16 [email protected] Convert public API
NativeFieldWrapper classes to abstract interfaces (flutter/engine#41945)
2023-05-16 [email protected] [Windows] Add
force redraw to the C++ client wrapper (flutter/engine#42061)
2023-05-16 [email protected] Fix drone_dimension
host_engine_builder. (flutter/engine#42068)
2023-05-16 [email protected] Add linux_clang_tidy builder.
(flutter/engine#41990)
2023-05-16 [email protected] [ios_platform_view] only recycle maskView
when the view is applying mutators (flutter/engine#41573)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that
a human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
CaseyHillers pushed a commit to CaseyHillers/flutter that referenced this pull request May 24, 2023
…sions) (flutter#126961)

Manual roll requested by [email protected]

flutter/engine@fe24767...1c775e3

2023-05-16 [email protected] Revert "[ios_platform_view]
only recycle maskView when the view is applying mutators"
(flutter/engine#42080)
2023-05-16 [email protected] [macOS] Wait for
binding to be ready before requesting exits from framework
(flutter/engine#41753)
2023-05-16 [email protected] [linux] Wait for
binding to be ready before requesting exits from framework
(flutter/engine#41782)
2023-05-16 [email protected] Initial support for images in
Skwasm (flutter/engine#42019)
2023-05-16 [email protected] Use new `unresolvedCodePoints` API
from skia. (flutter/engine#41991)
2023-05-16 [email protected] Convert public API
NativeFieldWrapper classes to abstract interfaces (flutter/engine#41945)
2023-05-16 [email protected] [Windows] Add
force redraw to the C++ client wrapper (flutter/engine#42061)
2023-05-16 [email protected] Fix drone_dimension
host_engine_builder. (flutter/engine#42068)
2023-05-16 [email protected] Add linux_clang_tidy builder.
(flutter/engine#41990)
2023-05-16 [email protected] [ios_platform_view] only recycle maskView
when the view is applying mutators (flutter/engine#41573)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that
a human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants