New issue
Advanced search Search tips

Issue 627307 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Aug 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

[Remoting Android] Cardboard code broken by a refactoring CL

Project Member Reported by yuweih@chromium.org, Jul 12 2016

Issue description

CL 2132883002 changes the way Java Client is connected to the Java Display and make Java Display in charge of creating DesktopView. The cardboard renderer can no longer connect to the Java Display after this change. Since the cardboard feature is not under active development, there may be no urge to fix this. This bug is to leave a clue about how we can this problem.

To fix this, we can make Display a singleton, store the reference in a static field and pass it to the constructor of the cardboard renderer just like what we did for the Java Client.
 

Comment 1 by yuweih@chromium.org, Aug 17 2016

Blockedon: 638655

Comment 2 by yuweih@chromium.org, Aug 18 2016

Blockedon: -638655

Comment 3 by yuweih@chromium.org, Aug 18 2016

Status: WontFix (was: Assigned)
The cardboard code has been removed from the code base.

Sign in to add a comment