summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-08-31 14:46:17 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2011-08-31 15:33:29 -0700
commit078f4452393311da6165131451fcf86e04e04f25 (patch)
tree4d5410e33b547c0fb727fa5fb82e7d3d432ea198 /Source/WebKit/android
parentf735537049e4e7b11d2da9549b8fe5ba15e05e93 (diff)
downloadexternal_webkit-078f4452393311da6165131451fcf86e04e04f25.zip
external_webkit-078f4452393311da6165131451fcf86e04e04f25.tar.gz
external_webkit-078f4452393311da6165131451fcf86e04e04f25.tar.bz2
WebView animation support
bug:4982054 Change-Id: I6f4fe313d242f728a515c485a2531611d7166198
Diffstat (limited to 'Source/WebKit/android')
-rw-r--r--Source/WebKit/android/nav/WebView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/nav/WebView.cpp b/Source/WebKit/android/nav/WebView.cpp
index 945a785..f064fdb 100644
--- a/Source/WebKit/android/nav/WebView.cpp
+++ b/Source/WebKit/android/nav/WebView.cpp
@@ -1576,6 +1576,7 @@ class GLDrawFunctor : Functor {
WebCore::IntRect clip(info->clipLeft, info->clipTop,
info->clipRight - info->clipLeft,
info->clipBottom - info->clipTop);
+ TilesManager::instance()->shader()->setWebViewMatrix(info->transform);
bool retVal = (*wvInstance.*funcPtr)(localViewRect, &inval, webViewRect, titlebarHeight, clip, scale, extras);
if (retVal) {