| Index: ui/ozone/platform/x11/x11_surface_factory.h
|
| diff --git a/ui/ozone/platform/x11/x11_surface_factory.h b/ui/ozone/platform/x11/x11_surface_factory.h
|
| index 77bee714bb0e9b009b1afd215ff41b1ffa6ad8ba..4dc6dc045a81d6ac06d48f6bd0668db9725419c4 100644
|
| --- a/ui/ozone/platform/x11/x11_surface_factory.h
|
| +++ b/ui/ozone/platform/x11/x11_surface_factory.h
|
| @@ -28,6 +28,7 @@ class X11SurfaceFactory : public SurfaceFactoryOzone {
|
| private:
|
| std::unique_ptr<GLOzone> glx_implementation_;
|
| std::unique_ptr<GLOzone> egl_implementation_;
|
| + std::unique_ptr<GLOzone> osmesa_implementation_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(X11SurfaceFactory);
|
| };
|
|
|