OSDN Git Service

Post a message to set SurfaceView to be visible when
authorGrace Kloba <klobag@google.com>
Thu, 22 Apr 2010 04:14:23 +0000 (21:14 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 22 Apr 2010 04:23:30 +0000 (21:23 -0700)
commit8aedd10aca67ce988888e99ecc3fcbe81344ea4d
treeb70654bfa44176a366affd8a6a77f2df32025b4c
parent25dc5f30b2a8276c5790c7152a801fcd905c7281
Post a message to set SurfaceView to be visible when
we switch to use the layout size. Otherwise it will
first use the old dimension which can exceed the
limit, which in turn causes the Browser to crash.

Fix http://b/issue?id=2616263
core/java/android/webkit/ViewManager.java