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

Unified Diff: content/common/view_messages.h

Issue 15682010: Support plumbing LatencyInfo through the old software path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 5cdd99563670184e551c683c174f3b44d726725c..d8e0f729fac7519e8aab86917e4bd98dac3a20fb 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -568,6 +568,10 @@ IPC_STRUCT_BEGIN(ViewHostMsg_UpdateRect_Params)
// All the above coordinates are in DIP. This is the scale factor needed
// to convert them to pixels.
IPC_STRUCT_MEMBER(float, scale_factor)
+
+ // The latency information for the frame. Only valid when accelerated
+ // compositing is disabled.
+ IPC_STRUCT_MEMBER(ui::LatencyInfo, latency_info)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)

Powered by Google App Engine
This is Rietveld 408576698