summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-11-29 16:55:45 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-29 16:55:45 -0800
commit807ee5ec662a7864dee505040ade9a9b3eab143c (patch)
treea0c2b48fac1eca4234935674119f3ef5a74bbe6d /Source/WebKit/android/jni/WebViewCore.h
parent06081e3d5c78c73256b49c85d05e7c41d9e2b6f1 (diff)
parentaeca53d3fee2e94ce013c1dc12648f0335284fbb (diff)
downloadexternal_webkit-807ee5ec662a7864dee505040ade9a9b3eab143c.zip
external_webkit-807ee5ec662a7864dee505040ade9a9b3eab143c.tar.gz
external_webkit-807ee5ec662a7864dee505040ade9a9b3eab143c.tar.bz2
Merge "synchronize animation starts with webkit" into ics-mr1
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index acde590..a05c3ea 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -529,6 +529,7 @@ namespace android {
// as we are calling layersSync().
BaseLayerAndroid* createBaseLayer(SkRegion*);
bool updateLayers(LayerAndroid*);
+ void notifyAnimationStarted();
int textWrapWidth() const { return m_textWrapWidth; }
float scale() const { return m_scale; }