Skip to content

Commit c23b5ca

Browse files
authored
Fix addToScene documentation (#113987)
1 parent e37ab48 commit c23b5ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flutter/lib/src/rendering/layer.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,6 @@ abstract class Layer extends AbstractNode with DiagnosticableTreeMixin {
650650
}
651651

652652
/// Override this method to upload this layer to the engine.
653-
///
654-
/// Return the engine layer for retained rendering. When there's no
655-
/// corresponding engine layer, null is returned.
656653
@protected
657654
void addToScene(ui.SceneBuilder builder);
658655

0 commit comments

Comments
 (0)