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

Unified Diff: cc/output/gl_renderer.h

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/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index b5f8a461d06aebcabb3b6489b1716628d9a3b367..f4ad8ead49b1fb58775e3bff263e4a427b51f5da 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -64,7 +64,7 @@ class CC_EXPORT GLRenderer
virtual void DoNoOp() OVERRIDE;
// Puts backbuffer onscreen.
- virtual bool SwapBuffers() OVERRIDE;
+ virtual bool SwapBuffers(const LatencyInfo& latency_info) OVERRIDE;
virtual void GetFramebufferPixels(void* pixels, gfx::Rect rect) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698