Get rid of delayed runnable and change visibility instead for ContentViewRenderView
A better fix to not missing any callbacks during Java initialization is setting the SurfaceView visibility to VISIBLE only after libraries has loaded. This change removes the delayedRunnable setup and adds an assert to make sure we dont have a valid surface before native load. BUG=401581 Review URL: https://codereview.chromium.org/462783002 Cr-Commit-Position: refs/heads/master@{#288901} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288901 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment