Unverified Commit c23b5ca7 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub

Fix `addToScene` documentation (#113987)

parent e37ab48b
......@@ -650,9 +650,6 @@ abstract class Layer extends AbstractNode with DiagnosticableTreeMixin {
}
/// Override this method to upload this layer to the engine.
///
/// Return the engine layer for retained rendering. When there's no
/// corresponding engine layer, null is returned.
@protected
void addToScene(ui.SceneBuilder builder);
......
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