From d9ae75b3234392aebb714c1046a471386a63deed Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 8 Feb 2022 16:13:34 +0100 Subject: Adaptations for Chrome 98 Change-Id: I607604f85a111a69da77ca949dddf3399b9721b3 Reviewed-by: Peter Varga --- src/core/ozone/gl_surface_egl_qt.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/ozone/gl_surface_egl_qt.h') diff --git a/src/core/ozone/gl_surface_egl_qt.h b/src/core/ozone/gl_surface_egl_qt.h index dff25e433..4209d440e 100644 --- a/src/core/ozone/gl_surface_egl_qt.h +++ b/src/core/ozone/gl_surface_egl_qt.h @@ -69,7 +69,6 @@ public: private: EGLSurface m_surfaceBuffer; static bool s_initialized; - DISALLOW_COPY_AND_ASSIGN(GLSurfaceEGLQt); }; // The following comment is cited from chromium/ui/gl/gl_surface_egl.cc: @@ -89,9 +88,6 @@ public: const gfx::ColorSpace &color_space, bool has_alpha) override; EGLSurface GetHandle() override; void* GetShareHandle() override; - -private: - DISALLOW_COPY_AND_ASSIGN(GLSurfacelessQtEGL); }; } -- cgit v1.2.3