| 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 a24e389ed01f18b2af60d57406f9ac8611dfe9d0..5c4d93394a9155390c7539ee1972729035e990d1 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -161,6 +161,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| void SendGesture(InputTarget input_target,
|
| std::unique_ptr<blink::WebInputEvent> event);
|
|
|
| + void SetShowingOverscrollGlow(bool showing_glow);
|
| void HandleQueuedTasks();
|
|
|
| // content::WebContentsObserver implementation.
|
|
|