Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: chrome/browser/android/vr_shell/vr_shell.h

Issue 2612283002: Fix confusing naming re physical/dip bounds in vr_shell.cc (Closed)
Patch Set: oops Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698