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

Unified Diff: ui/compositor/compositor.h

Issue 15842013: Plumb LatencyInfo through aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « content/common/cc_messages.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 4ec56e04e41883f55276d27ff689c407152b46a3..b923385033d59842e62ba55a0f7c8dc58c7cb350 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -54,6 +54,7 @@ class CompositorObserver;
class ContextProviderFromContextFactory;
class Layer;
class PostedSwapQueue;
+struct LatencyInfo;
// This class abstracts the creation of the 3D context for the compositor. It is
// a global object.
@@ -295,6 +296,8 @@ class COMPOSITOR_EXPORT Compositor
// from changes to layer properties.
void ScheduleRedrawRect(const gfx::Rect& damage_rect);
+ void SetLatencyInfo(const ui::LatencyInfo& latency_info);
+
// Reads the region |bounds_in_pixel| of the contents of the last rendered
// frame into the given bitmap.
// Returns false if the pixels could not be read.
« no previous file with comments | « content/common/cc_messages.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698