| 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 04c70b7c69af0d120fd2d57564c2d889e148052d..b29010afb3484e9eedc7c6605223364f58bdcf3b 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -67,6 +67,9 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| // Sets a flag that indicates if it is in virtual reality mode.
|
| virtual void SetIsInVR(bool is_in_vr) = 0;
|
|
|
| + // Returns true if the current view is in virtual reality mode.
|
| + virtual bool IsInVR() const = 0;
|
| +
|
| // Coordinate points received from a renderer process need to be transformed
|
| // to the top-level frame's coordinate space. For coordinates received from
|
| // the top-level frame's renderer this is a no-op as they are already
|
|
|