Skip to content

Commit

Permalink
Add default constructor parameter to tests source compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan committed Dec 20, 2024
1 parent aebceb5 commit 7123016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions compose/ui/ui-graphics/api/desktop/ui-graphics.api
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,9 @@ public final class androidx/compose/ui/graphics/SkiaColorFilter_skikoKt {
}

public final class androidx/compose/ui/graphics/SkiaGraphicsContext : androidx/compose/ui/graphics/GraphicsContext {
public fun <init> ()V
public fun <init> (Z)V
public synthetic fun <init> (ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun createGraphicsLayer ()Landroidx/compose/ui/graphics/layer/GraphicsLayer;
public final fun dispose ()V
public fun releaseGraphicsLayer (Landroidx/compose/ui/graphics/layer/GraphicsLayer;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.jetbrains.skia.Point3

@InternalComposeUiApi
class SkiaGraphicsContext(
internal val measureDrawBounds: Boolean,
internal val measureDrawBounds: Boolean = false,
): GraphicsContext {
internal val lightGeometry = LightGeometry()
internal val lightInfo = LightInfo()
Expand Down

0 comments on commit 7123016

Please sign in to comment.