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

Unified Diff: content/browser/compositor/software_browser_compositor_output_surface.cc

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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: content/browser/compositor/software_browser_compositor_output_surface.cc
diff --git a/content/browser/compositor/software_browser_compositor_output_surface.cc b/content/browser/compositor/software_browser_compositor_output_surface.cc
index 369fe930dbdc31522d0c2139a1fab429a3498945..aa53a6074e511eeee53a9eb6f6b8a9f1b1f64d4b 100644
--- a/content/browser/compositor/software_browser_compositor_output_surface.cc
+++ b/content/browser/compositor/software_browser_compositor_output_surface.cc
@@ -20,12 +20,10 @@ SoftwareBrowserCompositorOutputSurface::SoftwareBrowserCompositorOutputSurface(
scoped_refptr<BrowserCompositorOutputSurfaceProxy> surface_proxy,
scoped_ptr<cc::SoftwareOutputDevice> software_device,
int surface_id,
- IDMap<BrowserCompositorOutputSurface>* output_surface_map,
- const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager)
+ IDMap<BrowserCompositorOutputSurface>* output_surface_map)
: BrowserCompositorOutputSurface(software_device.Pass(),
surface_id,
- output_surface_map,
- vsync_manager),
+ output_surface_map),
output_surface_proxy_(surface_proxy) {}
SoftwareBrowserCompositorOutputSurface::

Powered by Google App Engine
This is Rietveld 408576698