Skip to content

Commit

Permalink
Fix addToScene documentation (flutter#113987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Nov 1, 2022
1 parent e37ab48 commit c23b5ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/flutter/lib/src/rendering/layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c23b5ca

Please sign in to comment.