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

Unified Diff: ui/ozone/public/surface_factory_ozone.h

Issue 2723613003: Remove deprecated SurfaceFactoryOzone methods. (Closed)
Patch Set: Brackets. Created 3 years, 10 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_initializer_ozone.cc ('k') | ui/ozone/public/surface_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/surface_factory_ozone.h
diff --git a/ui/ozone/public/surface_factory_ozone.h b/ui/ozone/public/surface_factory_ozone.h
index 08ccec8218bd2feed0977d9921985ed75f813b97..b230e17d6a18677fef94490b07be891d0355706e 100644
--- a/ui/ozone/public/surface_factory_ozone.h
+++ b/ui/ozone/public/surface_factory_ozone.h
@@ -19,7 +19,6 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/overlay_transform.h"
#include "ui/gl/gl_implementation.h"
-#include "ui/gl/gl_surface.h"
#include "ui/ozone/ozone_base_export.h"
#include "ui/ozone/public/gl_ozone.h"
#include "ui/ozone/public/native_pixmap.h"
@@ -67,24 +66,6 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
// GL implementation doesn't exist.
virtual GLOzone* GetGLOzone(gl::GLImplementation implementation);
- // DEPRECATED(kylechar): Implement GLOzoneEGL instead.
- virtual intptr_t GetNativeDisplay();
-
- // DEPRECATED(kylechar): Implement GLOzone instead.
- virtual scoped_refptr<gl::GLSurface> CreateViewGLSurface(
- gl::GLImplementation implementation,
- gfx::AcceleratedWidget widget);
-
- // DEPRECATED(kylechar): Implement GLOzone instead.
- virtual scoped_refptr<gl::GLSurface> CreateSurfacelessViewGLSurface(
- gl::GLImplementation implementation,
- gfx::AcceleratedWidget widget);
-
- // DEPRECATED(kylechar): Implement GLOzone instead.
- virtual scoped_refptr<gl::GLSurface> CreateOffscreenGLSurface(
- gl::GLImplementation implementation,
- const gfx::Size& size);
-
// Create SurfaceOzoneCanvas for the specified gfx::AcceleratedWidget.
//
// Note: The platform must support creation of SurfaceOzoneCanvas from the
@@ -92,9 +73,6 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
virtual std::unique_ptr<SurfaceOzoneCanvas> CreateCanvasForWidget(
gfx::AcceleratedWidget widget);
- // DEPRECATED(kylechar): Implement GLOzoneEGL instead.
- virtual bool LoadEGLGLES2Bindings();
-
// Returns all scanout formats for |widget| representing a particular display
// controller or default display controller for kNullAcceleratedWidget.
virtual std::vector<gfx::BufferFormat> GetScanoutFormats(
« no previous file with comments | « ui/gl/init/gl_initializer_ozone.cc ('k') | ui/ozone/public/surface_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698