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

Unified Diff: cc/output/delegating_renderer.cc

Issue 14092003: Add compositor support for the LatencyInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: cc/output/delegating_renderer.cc
diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
index a1763e3021031d702916b6606aa05462bfd7826a..55ad9c49624297a1b049d6d15135130729a43daa 100644
--- a/cc/output/delegating_renderer.cc
+++ b/cc/output/delegating_renderer.cc
@@ -162,7 +162,7 @@ void DelegatingRenderer::DrawFrame(
output_surface_->SendFrameToParentCompositor(&out_frame);
}
-bool DelegatingRenderer::SwapBuffers() {
+bool DelegatingRenderer::SwapBuffers(const LatencyInfo&) {
jamesr 2013/04/17 23:15:21 in chromium style, you want to include the variabl
return true;
}

Powered by Google App Engine
This is Rietveld 408576698