summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2009-08-18 10:55:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-08-18 10:55:38 -0700
commit88dc59ae382c28d077328d4a210bcbd1f5e1e5db (patch)
tree866f09cc007625741f38b4e62209e329b63323f5 /WebKit/android/jni/WebViewCore.h
parentf8d572ac3627333a363185d40213b0599ebd095a (diff)
parent84bb114b9f975a9a4b70a429a3d9b5c008993752 (diff)
downloadexternal_webkit-88dc59ae382c28d077328d4a210bcbd1f5e1e5db.zip
external_webkit-88dc59ae382c28d077328d4a210bcbd1f5e1e5db.tar.gz
external_webkit-88dc59ae382c28d077328d4a210bcbd1f5e1e5db.tar.bz2
am 84bb114b: am 14b66f1b: Merge change 21466 into eclair
Merge commit '84bb114b9f975a9a4b70a429a3d9b5c008993752' * commit '84bb114b9f975a9a4b70a429a3d9b5c008993752': 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.h5
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.
*/