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

Unified Diff: cc/output_surface.h

Issue 12614013: Plumb cc::LatencyInfo through command buffer and output surface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_surface.h
diff --git a/cc/output_surface.h b/cc/output_surface.h
index f128dc2d226a2ac18deb5651f96e9badb1d8f8ae..47cf76a0e575dd51922066384ae1f5265c5c9a52 100644
--- a/cc/output_surface.h
+++ b/cc/output_surface.h
@@ -23,6 +23,7 @@ namespace cc {
class CompositorFrame;
class OutputSurfaceClient;
+struct LatencyInfo;
// Represents the output surface for a compositor. The compositor owns
// and manages its destruction. Its lifetime is:
@@ -92,6 +93,8 @@ class CC_EXPORT OutputSurface : public WebKit::WebCompositorOutputSurface {
// processing should be stopped, or lowered in priority.
virtual void UpdateSmoothnessTakesPriority(bool prefer_smoothness) {}
+ virtual void SetLatencyInfo(const LatencyInfo&) {}
piman 2013/03/19 04:30:29 What calls this, and in particular, what ensures o
+
protected:
OutputSurfaceClient* client_;
struct cc::OutputSurface::Capabilities capabilities_;

Powered by Google App Engine
This is Rietveld 408576698