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

Unified Diff: gpu/ipc/service/child_window_surface_win.h

Issue 2801163002: Deletes NativeViewGLSurfaceEGL::Initialize(gfx::VSyncProvider). (Closed)
Patch Set: fixes DirectCompositionSurfaceTest 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
« no previous file with comments | « chromecast/graphics/cast_window_manager_aura.cc ('k') | gpu/ipc/service/child_window_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/child_window_surface_win.h
diff --git a/gpu/ipc/service/child_window_surface_win.h b/gpu/ipc/service/child_window_surface_win.h
index 9f5017b35e5c1d51809e2e7388a2ae5d8634875f..8304cd190a3a09c8f62a1d4a5ee0379dd5886fdb 100644
--- a/gpu/ipc/service/child_window_surface_win.h
+++ b/gpu/ipc/service/child_window_surface_win.h
@@ -16,7 +16,8 @@ namespace gpu {
class ChildWindowSurfaceWin : public gl::NativeViewGLSurfaceEGL {
public:
- ChildWindowSurfaceWin(base::WeakPtr<ImageTransportSurfaceDelegate> delegate,
+ ChildWindowSurfaceWin(std::unique_ptr<gfx::VSyncProvider> vsync_provider,
+ base::WeakPtr<ImageTransportSurfaceDelegate> delegate,
HWND parent_window);
// GLSurface implementation.
« no previous file with comments | « chromecast/graphics/cast_window_manager_aura.cc ('k') | gpu/ipc/service/child_window_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698