| 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 a95676ea6ce6316c07baf9a73a2cf074ca4cf434..435ef38182bb96a0144335ab42e82d8d85c25da3 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -111,12 +111,12 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| void GvrDelegateReady();
|
| void AppButtonPressed();
|
|
|
| - void ContentBoundsChanged(
|
| + void ContentPhysicalBoundsChanged(
|
| JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& object,
|
| jint width, jint height, jfloat dpr);
|
|
|
| - void UIBoundsChanged(
|
| + void UIPhysicalBoundsChanged(
|
| JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& object,
|
| jint width, jint height, jfloat dpr);
|
|
|