Skip to content

Commit

Permalink
Improve comment as per Yegor's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowsoffire committed Aug 28, 2024
1 parent 5d4fc57 commit 25e3c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/web_ui/lib/src/engine/layers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,9 @@ abstract class LayerOperation {

PlatformViewStyling createPlatformViewStyling();

// Most operations don't need to actually be performed at all if they don't
// contain any pictures.
/// Indicates whether this operation's `pre` and `post` methods should be
/// invoked even if it contains no pictures. (Most operations don't need to
/// actually be performed at all if they don't contain any pictures.)
bool get shouldDrawIfEmpty;
}

Expand Down

0 comments on commit 25e3c12

Please sign in to comment.