Make clear that WindowAndroid::getDisplay must be used when supporting multi-display.
Contexts cannot be clearly mapped to displays, so while you may get the correct display from DisplayAndroid::get, you shouldn't count on that.
This is important because future work will be adding virtual, or "fake", displays that will only be mapped to WindowAndroids, and not Contexts.
BUG=
625089
Committed:
https://crrev.com/05d1753af587de2e87ea796c4e7608b0254d26b3
Cr-Commit-Position: refs/heads/master@{#429305}