| Index: ui/ozone/platform/cast/surface_factory_cast.h
|
| diff --git a/ui/ozone/platform/cast/surface_factory_cast.h b/ui/ozone/platform/cast/surface_factory_cast.h
|
| index 632367fc9776486b6c6df792347e6644d5b62443..ab27ca149951c08e1f27d2659d62118761770417 100644
|
| --- a/ui/ozone/platform/cast/surface_factory_cast.h
|
| +++ b/ui/ozone/platform/cast/surface_factory_cast.h
|
| @@ -44,9 +44,7 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone {
|
| gfx::Size size,
|
| gfx::BufferFormat format,
|
| gfx::BufferUsage usage) override;
|
| - bool LoadEGLGLES2Bindings(
|
| - AddGLLibraryCallback add_gl_library,
|
| - SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;
|
| + bool LoadEGLGLES2Bindings() override;
|
|
|
| intptr_t GetNativeWindow();
|
| bool ResizeDisplay(gfx::Size viewport_size);
|
|
|