Browse Source

fix build.

pull/5070/head
Dan Walmsley 5 years ago
parent
commit
25413c85e6
  1. 2
      tests/Avalonia.Benchmarks/Themes/FluentBenchmark.cs

2
tests/Avalonia.Benchmarks/Themes/FluentBenchmark.cs

@ -48,7 +48,7 @@ namespace Avalonia.Benchmarks.Themes
globalClock: new MockGlobalClock(),
platform: new AppBuilder().RuntimePlatform,
renderInterface: new MockPlatformRenderInterface(),
standardCursorFactory: Mock.Of<IStandardCursorFactory>(),
standardCursorFactory: Mock.Of<ICursorFactory>(),
styler: new Styler(),
theme: () => LoadFluentTheme(),
threadingInterface: new NullThreadingPlatform(),

Loading…
Cancel
Save