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

Unified Diff: ui/gl/init/gl_surface_ozone.h

Issue 2165303002: Convert Ozone GBM to use new surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone_impl
Patch Set: Add missing dep. Created 4 years, 5 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/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_surface_ozone.h
diff --git a/ui/gl/init/gl_surface_ozone.h b/ui/gl/init/gl_surface_ozone.h
index 115fcfdfa13961280e113009bbe920e8b0d12788..3203f30ddad395a4533950d31ec9062781bd8daa 100644
--- a/ui/gl/init/gl_surface_ozone.h
+++ b/ui/gl/init/gl_surface_ozone.h
@@ -20,12 +20,6 @@ namespace gl {
scoped_refptr<GLSurface> CreateViewGLSurfaceOzone(
gfx::AcceleratedWidget window);
-scoped_refptr<GLSurface> CreateViewGLSurfaceOzoneSurfaceless(
- gfx::AcceleratedWidget window);
-
-scoped_refptr<GLSurface> CreateViewGLSurfaceOzoneSurfacelessSurfaceImpl(
- gfx::AcceleratedWidget window);
-
} // namespace gl
#endif // UI_GL_INIT_GL_SURFACE_OZONE_H_
« no previous file with comments | « ui/gl/init/gl_factory_ozone.cc ('k') | ui/gl/init/gl_surface_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698