Implement Virtual Display class for Android.
This CL defines a base class for DisplayAndroid, and separates out an implementation for an Android Display backed DisplayAndroidImpl, and a VirtualDisplayAndroid (currently intended for use by Chrome's VRShell and WebVR). Unlike the DisplayAndroidImpl, VirtualDisplayAndroid is mutable to display clients. The display ID for a DisplayAndroid can no longer be assumed to match that of an Android Display. BUG=643480 Review-Url: https://codereview.chromium.org/2523273002 Cr-Commit-Position: refs/heads/master@{#434806}
Showing
Please register or sign in to comment