Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 2b18b3c032caee80ce125c09b580ceee16614a92..793380d70968688a3069f0f7dd91074a5f25f030 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -1159,6 +1159,9 @@ class CONTENT_EXPORT RenderViewImpl |
gfx::RectF ClientRectToPhysicalWindowRect(const gfx::RectF& rect) const; |
+ // Helper for LatencyInfo construction. |
+ int64 GetLatencyComponentId(); |
+ |
// --------------------------------------------------------------------------- |
// ADDING NEW FUNCTIONS? Please keep private functions alphabetized and put |
// it in the same order in the .cc file as it was in the header. |