diff --git a/shell/platform/linux/platform_view_glfw.cc b/shell/platform/linux/platform_view_glfw.cc index b897b9ea957..aaa93016c42 100644 --- a/shell/platform/linux/platform_view_glfw.cc +++ b/shell/platform/linux/platform_view_glfw.cc @@ -16,7 +16,7 @@ inline PlatformViewGLFW* ToPlatformView(GLFWwindow* window) { } PlatformViewGLFW::PlatformViewGLFW() - : PlatformView(std::make_unique()), + : PlatformView(std::make_unique(nullptr)), valid_(false), glfw_window_(nullptr), buttons_(0) {