From 29efdb685ae2c3da761273415d2f7df07852e463 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Tue, 18 Aug 2009 10:08:49 -0700 Subject: Need to notify Java side when viewport tag is parsed. --- WebKit/android/jni/WebViewCore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebKit/android/jni/WebViewCore.h') 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. */ -- cgit v1.1