| Index: chrome/browser/android/vr_shell/vr_shell.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
|
| index 224ea195a9c83bc1cb4baac5bb16031b24f6cff1..83360fb6de812064333aa0e8bb6f447a605a9bda 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -413,6 +413,8 @@ void VrShell::ContentPhysicalBoundsChanged(JNIEnv* env,
|
| jint height,
|
| jfloat dpr) {
|
| TRACE_EVENT0("gpu", "VrShell::ContentPhysicalBoundsChanged");
|
| + // TODO(acondor): Set the device scale factor for font rendering on the
|
| + // VR Shell textures.
|
| PostToGlThreadWhenReady(base::Bind(&VrShellGl::ContentPhysicalBoundsChanged,
|
| gl_thread_->GetVrShellGl(), width,
|
| height));
|
|
|