Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/ui/compositing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ class SceneBuilder extends NativeFieldWrapperClass2 {
return layer;
}

EngineLayer _pushShaderMask(
void _pushShaderMask(
EngineLayer engineLayer,
Shader shader,
double maskRectLeft,
Expand Down Expand Up @@ -587,7 +587,7 @@ class SceneBuilder extends NativeFieldWrapperClass2 {
return layer;
}

EngineLayer _pushPhysicalShape(EngineLayer outEngineLayer, Path path, double elevation, int color, int shadowColor,
void _pushPhysicalShape(EngineLayer outEngineLayer, Path path, double elevation, int color, int shadowColor,
int clipBehavior) native 'SceneBuilder_pushPhysicalShape';

/// Ends the effect of the most recently pushed operation.
Expand Down