Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index a221de5a77dea923b52b5e9d04436e05e8b54e50..5e753bc19ab78c45730d51a6fa058cf1416afd06 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -1173,6 +1173,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. |