| Index: ui/ozone/platform/cast/gl_surface_cast.h
|
| diff --git a/ui/ozone/platform/cast/gl_surface_cast.h b/ui/ozone/platform/cast/gl_surface_cast.h
|
| index 2fb3fe98fcb5077db8bf88cc46c6ede57903b6e7..c62bbafcfd3126659cdeb82aec5ca67058c46b2d 100644
|
| --- a/ui/ozone/platform/cast/gl_surface_cast.h
|
| +++ b/ui/ozone/platform/cast/gl_surface_cast.h
|
| @@ -42,6 +42,7 @@ class GLSurfaceCast : public gl::NativeViewGLSurfaceEGL {
|
| gfx::AcceleratedWidget widget_;
|
| GLOzoneEglCast* parent_;
|
| bool supports_swap_buffer_with_bounds_;
|
| + std::unique_ptr<gfx::VSyncProvider> vsync_provider_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(GLSurfaceCast);
|
|
|