Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(767)

Unified Diff: ui/ozone/platform/wayland/gl_surface_wayland.cc

Issue 2801163002: Deletes NativeViewGLSurfaceEGL::Initialize(gfx::VSyncProvider). (Closed)
Patch Set: fixes DirectCompositionSurfaceTest Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/ozone/platform/cast/gl_surface_cast.cc ('k') | ui/ozone/platform/x11/x11_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/gl_surface_wayland.cc
diff --git a/ui/ozone/platform/wayland/gl_surface_wayland.cc b/ui/ozone/platform/wayland/gl_surface_wayland.cc
index a828ac509c488833f90a5c813887d01c67236627..d1e64cc216c99c92c3771eabd7c976ea010113df 100644
--- a/ui/ozone/platform/wayland/gl_surface_wayland.cc
+++ b/ui/ozone/platform/wayland/gl_surface_wayland.cc
@@ -27,7 +27,8 @@ std::unique_ptr<wl_egl_window, EGLWindowDeleter> CreateWaylandEglWindow(
GLSurfaceWayland::GLSurfaceWayland(WaylandEglWindowPtr egl_window)
: NativeViewGLSurfaceEGL(
- reinterpret_cast<EGLNativeWindowType>(egl_window.get())),
+ reinterpret_cast<EGLNativeWindowType>(egl_window.get()),
+ nullptr),
egl_window_(std::move(egl_window)) {
DCHECK(egl_window_);
}
« no previous file with comments | « ui/ozone/platform/cast/gl_surface_cast.cc ('k') | ui/ozone/platform/x11/x11_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698