Browse Source

Fix control benchmarks.

pull/5049/head
Dariusz Komosinski 6 years ago
parent
commit
cde8f4cf1a
  1. 2
      tests/Avalonia.Benchmarks/NullRenderingPlatform.cs

2
tests/Avalonia.Benchmarks/NullRenderingPlatform.cs

@ -28,7 +28,7 @@ namespace Avalonia.Benchmarks
public IGeometryImpl CreateRectangleGeometry(Rect rect)
{
throw new NotImplementedException();
return new MockStreamGeometryImpl();
}
public IStreamGeometryImpl CreateStreamGeometry()

Loading…
Cancel
Save