Making Android View Visibility a boolean
The model properties should be agnostic to the view implementation. ANDROID_VIEW_VISIBILITY was an int but that was view specific and really all the mediator needs to interact with is whether or not the Android View is visible. Change-Id: I0daa79cc0d5a4a2a1a5c7b2443eee731525baa66 Reviewed-on: https://chromium-review.googlesource.com/1103545 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#568111}
Showing
Please register or sign in to comment