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

Unified Diff: ui/ozone/common/egl_util.h

Issue 2253173002: Remove callbacks for SurfaceFactoryOzone::LoadEGLGLES2Bindings(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/common/egl_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/egl_util.h
diff --git a/ui/ozone/common/egl_util.h b/ui/ozone/common/egl_util.h
index 99fee71d2d58f067eee20d418aeb8327c8764878..855e7659671c6ab9334d5e8557ad439b5cde42b4 100644
--- a/ui/ozone/common/egl_util.h
+++ b/ui/ozone/common/egl_util.h
@@ -5,19 +5,13 @@
#ifndef UI_OZONE_COMMON_EGL_UTIL_H_
#define UI_OZONE_COMMON_EGL_UTIL_H_
-#include "ui/ozone/public/surface_factory_ozone.h"
+#include <stdint.h>
namespace ui {
-bool LoadDefaultEGLGLES2Bindings(
- SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library,
- SurfaceFactoryOzone::SetGLGetProcAddressProcCallback
- set_gl_get_proc_address);
+bool LoadDefaultEGLGLES2Bindings();
bool LoadEGLGLES2Bindings(
- SurfaceFactoryOzone::AddGLLibraryCallback add_gl_library,
- SurfaceFactoryOzone::SetGLGetProcAddressProcCallback
- set_gl_get_proc_address,
const char* egl_library_name,
const char* gles_library_name);
« no previous file with comments | « ui/gl/init/gl_initializer_ozone.cc ('k') | ui/ozone/common/egl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698