diff options
author | Grace Kloba <klobag@google.com> | 2009-08-18 10:53:52 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-08-18 10:53:52 -0700 |
commit | 84bb114b9f975a9a4b70a429a3d9b5c008993752 (patch) | |
tree | 866f09cc007625741f38b4e62209e329b63323f5 /WebKit/android/jni/WebViewCore.h | |
parent | 564ecf9bf107fdbb730fbaa16a90ef84bf9ad12d (diff) | |
parent | 14b66f1be3bd17e6c607bad649e68330489869a7 (diff) | |
download | external_webkit-84bb114b9f975a9a4b70a429a3d9b5c008993752.zip external_webkit-84bb114b9f975a9a4b70a429a3d9b5c008993752.tar.gz external_webkit-84bb114b9f975a9a4b70a429a3d9b5c008993752.tar.bz2 |
am 14b66f1b: Merge change 21466 into eclair
Merge commit '14b66f1be3bd17e6c607bad649e68330489869a7' into eclair-plus-aosp
* commit '14b66f1be3bd17e6c607bad649e68330489869a7':
Need to notify Java side when viewport tag is parsed.
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r-- | WebKit/android/jni/WebViewCore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index 1408cb7..97018f0 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -152,6 +152,11 @@ namespace android { void didFirstLayout(); /** + * Notify the view to update the viewport. + */ + void updateViewport(); + + /** * Notify the view to restore the screen width, which in turn restores * the scale. */ |