| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index d2e871d72cb12f74e70827c0816260cd0f978acf..9c0a1c6424aed705386471ab1fae078ee89f1718 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -153,6 +153,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| private:
|
| ~VrShell() override;
|
| void LoadUIContentOnUI();
|
| + void SetShowingOverscrollGlowOnUI(bool showing_glow);
|
| void DrawVrShellOnGL(const gvr::Mat4f& head_pose, gvr::Frame &frame);
|
| void DrawUiViewOnGL(const gvr::Mat4f* head_pose,
|
| const std::vector<const ContentRectangle*>& elements,
|
|
|