| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 977d14ea92a1e17f8e256eeb74568c191635b4b4..fdda4e0faee37b3d61c3340cb06afa2f2ca504d3 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1154,6 +1154,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.
|
|
|