File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
flutter/shell/platform/tizen Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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>(
Original file line number Diff line number Diff 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
3737typedef enum {
You can’t perform that action at this time.
0 commit comments