[Android WebView] Always visible to ContentViewCore
commit4a1c4952ce12e0bca1a366e6ef7118893910fa67
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 3 Aug 2013 01:30:41 +0000 (3 01:30 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 3 Aug 2013 01:30:41 +0000 (3 01:30 +0000)
tree891892df963b712449eebe3d2cd2563aa812782b
parentcb48fde258d455e14a4314b8b09f172785d66304
[Android WebView] Always visible to ContentViewCore

Keep the |visibile_| arg in InProcessViewRenderer for now since it's
only used in devtools.

For RestoreState, we used to wait until the view is visible
before loading, but now need to explicitly call Load after
restore.

Note the DCHECK in InProcessViewRenderer::DrawGL is intentionally
left there to avoid conflict with another CL. Will clean up later.

BUG=250594
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/19540025

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215442 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/java/src/org/chromium/android_webview/AwContents.java
android_webview/native/state_serializer.cc