| Index: chrome/browser/android/vr_shell/vr_compositor.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_compositor.h b/chrome/browser/android/vr_shell/vr_compositor.h
|
| index 218f877bc734a2c0ae383ad8c563fb94d8467fb6..ddd83877fddbbe74ce74123bb53b9c2594cdf1f4 100644
|
| --- a/chrome/browser/android/vr_shell/vr_compositor.h
|
| +++ b/chrome/browser/android/vr_shell/vr_compositor.h
|
| @@ -34,9 +34,8 @@ class VrCompositor : public content::CompositorClient {
|
| ~VrCompositor() override;
|
|
|
| void SurfaceDestroyed();
|
| - void SurfaceChanged(int width,
|
| - int height,
|
| - const base::android::JavaParamRef<jobject>& surface);
|
| + void SetWindowBounds(int width, int height);
|
| + void SurfaceChanged(const base::android::JavaParamRef<jobject>& surface);
|
| void SetLayer(content::WebContents* web_contents);
|
|
|
| // CompositorClient implementation:
|
|
|