Skip to content

Commit 0d078ae

Browse files
committed
Change render type EcoreVulkan to EVulkan
1 parent f6dda15 commit 0d078ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

flutter/shell/platform/tizen/flutter_tizen.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ FlutterDesktopViewRef FlutterDesktopViewCreateFromNewWindow(
212212
window_properties.pointing_device_support,
213213
window_properties.floating_menu_support,
214214
window_properties.window_handle,
215-
window_properties.renderer_type ==
216-
FlutterDesktopRendererType::kEcoreVulkan);
215+
window_properties.renderer_type == kEVulkan);
217216
}
218217

219218
auto view = std::make_unique<flutter::FlutterTizenView>(

flutter/shell/platform/tizen/public/flutter_tizen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typedef enum {
3131
// The renderer based on EGL.
3232
kEGL,
3333
// The renderer based on Vulkan.
34-
kEcoreVulkan
34+
kEVulkan
3535
} FlutterDesktopRendererType;
3636

3737
typedef enum {

0 commit comments

Comments
 (0)