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

Unified Diff: ui/ozone/platform/cast/gl_surface_cast.h

Issue 2801163002: Deletes NativeViewGLSurfaceEGL::Initialize(gfx::VSyncProvider). (Closed)
Patch Set: fixes formatting Created 3 years, 8 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
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);

Powered by Google App Engine
This is Rietveld 408576698