From 5f9e2f01e4eae22d9d40bb6b7767cde4cb94766e Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 21 Aug 2019 14:28:27 +0200 Subject: Adaptations for Chromium 77 Fixes: QTBUG-77267 Change-Id: I181e24cf80ebee6991b95dde6c636f0d169b40a4 Reviewed-by: Peter Varga --- src/core/ozone/gl_surface_egl_qt.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/ozone/gl_surface_egl_qt.cpp') diff --git a/src/core/ozone/gl_surface_egl_qt.cpp b/src/core/ozone/gl_surface_egl_qt.cpp index 97c6cdee6..a6988bbf3 100644 --- a/src/core/ozone/gl_surface_egl_qt.cpp +++ b/src/core/ozone/gl_surface_egl_qt.cpp @@ -169,6 +169,11 @@ bool GLSurfaceEGL::IsPixelFormatFloatSupported() return false; } +bool GLSurfaceEGL::IsANGLEFeatureControlSupported() +{ + return false; +} + void GLSurfaceEGL::ShutdownOneOff() { } -- cgit v1.2.3