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

Commit ee5bdff

Browse files
committed
embedder_test.cc format
1 parent 9d3a52d commit ee5bdff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shell/platform/embedder/tests/embedder_test.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ EmbedderTestContext& EmbedderTest::GetEmbedderContext(
3434
std::make_unique<EmbedderTestContextSoftware>(
3535
GetFixturesDirectory());
3636
break;
37+
#ifdef SHELL_ENABLE_VULKAN
3738
case EmbedderTestContextType::kVulkanContext:
3839
embedder_contexts_[type] =
39-
std::make_unique<EmbedderTestContextVulkan>(
40-
GetFixturesDirectory());
40+
std::make_unique<EmbedderTestContextVulkan>(GetFixturesDirectory());
4141
break;
42+
#endif
4243
#ifdef SHELL_ENABLE_GL
4344
case EmbedderTestContextType::kOpenGLContext:
4445
embedder_contexts_[type] =

0 commit comments

Comments
 (0)