| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index 0ffc680274090790019237a898851c0e5009c907..71c693bf7c3c09c90b6df776d1afe9dff015fbf2 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -64,8 +64,8 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // Retrieves the last known scroll position.
|
| virtual gfx::Vector2dF GetLastScrollOffset() const = 0;
|
|
|
| - // Tells the renderer whether to show the overscroll glow.
|
| - virtual void SetShowingOverscrollGlow(bool showing) = 0;
|
| + // Sets a flag that indicates if it is in virtual reality mode.
|
| + virtual void SetIsInVR(bool is_in_vr) = 0;
|
|
|
| // Coordinate points received from a renderer process need to be transformed
|
| // to the top-level frame's coordinate space. For coordinates received from
|
|
|