| Index: chrome/browser/android/vr_shell/vr_shell_gl.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| index 6ce20e7009bc086f0d9eed3888a8a1d06af9a559..2e766726dbcd1fc424e1ebbb63aa5e42875859e8 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -73,6 +73,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| void OnResume();
|
|
|
| void SetWebVrMode(bool enabled);
|
| + void CreateContentSurface();
|
| void ContentBoundsChanged(int width, int height);
|
| void ContentPhysicalBoundsChanged(int width, int height);
|
| void UIBoundsChanged(int width, int height);
|
| @@ -114,7 +115,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| int pixel_y);
|
| void SendGesture(InputTarget input_target,
|
| std::unique_ptr<blink::WebInputEvent> event);
|
| -
|
| + void CreateUiSurface();
|
| void OnUIFrameAvailable();
|
| void OnContentFrameAvailable();
|
| bool GetPixelEncodedFrameIndex(uint16_t* frame_index);
|
|
|