| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index b7220ea18a46106beed52bbfbf9e7aff0b23c23d..0d0e213457ddb1f17e1cc084328808e70de8361c 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1160,6 +1160,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.
|
|
|