[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 Review URL: https://codereview.chromium.org/340763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278505 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment