Description[Android] Set the PowerSaveBlocker's View to have zero dimensions
Currently the View created by PowerSaveBlocker has the same size as the parent
view. This is not acceptable at least for WebView applications, since such a
View can interfere with application logic in case when the application maintains
its own child Views for WebView.
The view must be visible (otherwise, KeepScreenOn has no effect), but we can
set it to have zero dimensions, thus minimizing interference.
BUG=270903, 386087
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278505
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|