Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Dec 8, 2023
1 parent 0328a89 commit b589838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/platform/windows/compositor_opengl_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ TEST_F(CompositorOpenGLTest, InitializationFailure) {
EngineModifier modifier(engine.get());
modifier.SetSurfaceManager(surface_manager.release());

auto resolver = [](const char* name) { return nullptr; };
auto compositor = CompositorOpenGL{engine.get(), resolver};
auto compositor = CompositorOpenGL{engine.get(), kMockResolver};

FlutterBackingStoreConfig config = {};
FlutterBackingStore backing_store = {};
Expand Down

0 comments on commit b589838

Please sign in to comment.