summaryrefslogtreecommitdiffstats
path: root/src/core/surface_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface_factory_qt.h')
-rw-r--r--src/core/surface_factory_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface_factory_qt.h b/src/core/surface_factory_qt.h
index d65680a4a..ad6018946 100644
--- a/src/core/surface_factory_qt.h
+++ b/src/core/surface_factory_qt.h
@@ -51,7 +51,7 @@ namespace QtWebEngineCore {
class SurfaceFactoryQt
: public ui::SurfaceFactoryOzone
{
- virtual bool LoadEGLGLES2Bindings(AddGLLibraryCallback add_gl_library, SetGLGetProcAddressProcCallback set_gl_get_proc_address) Q_DECL_OVERRIDE;
+ virtual bool LoadEGLGLES2Bindings() Q_DECL_OVERRIDE;
virtual intptr_t GetNativeDisplay() Q_DECL_OVERRIDE;
};