| 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 245783fe4307989524bf26466b5f393cd76e6813..a8387a5cf36608519f87c26c91af0d4b72eb15fe 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -105,6 +105,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
|
|
| void SurfacesChanged(jobject content_surface, jobject ui_surface);
|
| void GvrDelegateReady();
|
| + void AppButtonPressed();
|
|
|
| void ContentBoundsChanged(
|
| JNIEnv* env,
|
| @@ -131,6 +132,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| private:
|
| ~VrShell() override;
|
| void SetShowingOverscrollGlow(bool showing_glow);
|
| + void PostToGlThreadWhenReady(const base::Closure& task);
|
|
|
| // content::WebContentsObserver implementation. All called on UI thread.
|
| void RenderViewHostChanged(content::RenderViewHost* old_host,
|
|
|