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 76a71422222f2a3d6186e4e9625806e65d39d562..27713c8c8e223c83d35b52b478214a2bcff70074 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell.cc |
+++ b/chrome/browser/android/vr_shell/vr_shell.cc |
@@ -452,6 +452,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)); |