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

Unified Diff: ui/gl/init/gl_factory_android.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/gl/gl_surface_egl_x11.cc ('k') | ui/gl/init/gl_factory_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_factory_android.cc
diff --git a/ui/gl/init/gl_factory_android.cc b/ui/gl/init/gl_factory_android.cc
index 91f728b3ce7ae5f32000b178c132d275ecc493ab..dff62b16213fc5a79210e494b41a1c2360627bf0 100644
--- a/ui/gl/init/gl_factory_android.cc
+++ b/ui/gl/init/gl_factory_android.cc
@@ -127,7 +127,7 @@ scoped_refptr<GLSurface> CreateViewGLSurface(gfx::AcceleratedWidget window) {
return InitializeGLSurface(new GLSurfaceOSMesaHeadless());
case kGLImplementationEGLGLES2:
if (window != gfx::kNullAcceleratedWidget) {
- return InitializeGLSurface(new NativeViewGLSurfaceEGL(window));
+ return InitializeGLSurface(new NativeViewGLSurfaceEGL(window, nullptr));
} else {
return InitializeGLSurface(new GLSurfaceStub());
}
« no previous file with comments | « ui/gl/gl_surface_egl_x11.cc ('k') | ui/gl/init/gl_factory_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698