OSDN Git Service

don't layout when setting size from zoom if only height changed
authorCary Clark <cary@android.com>
Thu, 27 Aug 2009 19:38:27 +0000 (15:38 -0400)
committerCary Clark <cary@android.com>
Fri, 28 Aug 2009 16:45:50 +0000 (12:45 -0400)
commit194211f214e16956c937d03c2aff03936c22f928
tree7d08c210e996cbfd8b2be287939e7ab3d0df0a37
parent035fa2b3882a318e4320698c8b343577b959fd51
don't layout when setting size from zoom if only height changed

(companion change in framework/base)
Add a boolean parameter to WebViewCore.java nativeSizeSize().
If set, only layout if the width has also changed.
If clear, layout if the height alone has changed.
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h