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

Unified Diff: ui/ozone/platform/x11/x11_surface_factory.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/wayland/gl_surface_wayland.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/x11_surface_factory.cc
diff --git a/ui/ozone/platform/x11/x11_surface_factory.cc b/ui/ozone/platform/x11/x11_surface_factory.cc
index 27570cc9b66b4f47db1ff3e73257e6d0bfda5075..b06ecb3c1f9a1bcb9d7fc3822e2d44190eb84793 100644
--- a/ui/ozone/platform/x11/x11_surface_factory.cc
+++ b/ui/ozone/platform/x11/x11_surface_factory.cc
@@ -38,7 +38,7 @@ class GLSurfaceEGLOzoneX11 : public gl::NativeViewGLSurfaceEGL {
};
GLSurfaceEGLOzoneX11::GLSurfaceEGLOzoneX11(EGLNativeWindowType window)
- : NativeViewGLSurfaceEGL(window) {}
+ : NativeViewGLSurfaceEGL(window, nullptr) {}
EGLConfig GLSurfaceEGLOzoneX11::GetConfig() {
// Try matching the window depth with an alpha channel, because we're worried
« no previous file with comments | « ui/ozone/platform/wayland/gl_surface_wayland.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698