summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/gl_surface_egl_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/gl_surface_egl_qt.cpp')
-rw-r--r--src/core/ozone/gl_surface_egl_qt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/ozone/gl_surface_egl_qt.cpp b/src/core/ozone/gl_surface_egl_qt.cpp
index 9b3e0b8ad..a5821ae0d 100644
--- a/src/core/ozone/gl_surface_egl_qt.cpp
+++ b/src/core/ozone/gl_surface_egl_qt.cpp
@@ -8,7 +8,7 @@
#include "gl_context_qt.h"
#include "ozone/gl_surface_egl_qt.h"
-#if !defined(OS_MAC)
+#if !BUILDFLAG(IS_MAC)
#include "ui/gl/egl_util.h"
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_surface_egl.h"
@@ -107,9 +107,9 @@ bool GLSurfaceEGL::IsANGLEContextVirtualizationSupported()
return false;
}
-bool GLSurfaceEGL::IsANGLEVulkanImageClientBufferSupported()
+bool GLSurfaceEGL::IsANGLEVulkanImageSupported()
{
- return false;
+ return false;
}
bool GLSurfaceEGL::IsEGLQueryDeviceSupported()
@@ -367,4 +367,4 @@ std::string DriverEGL::GetPlatformExtensions()
return "";
}
} // namespace gl
-#endif // !defined(OS_MAC)
+#endif // !BUILDFLAG(IS_MAC)