OSDN Git Service

Scroll position now passed to all layers
authorChris Craik <ccraik@google.com>
Thu, 1 Dec 2011 23:31:25 +0000 (15:31 -0800)
committerChris Craik <ccraik@google.com>
Thu, 1 Dec 2011 23:50:31 +0000 (15:50 -0800)
commit70adfd756fa5e71bd6913f3a1d8223ca26d8ec92
tree298ee92b8d32376eeb2a2ee5f94f8966994ebe01
parente1ea7f8384757f9b46805df75a0aa72c1fc041b7
Scroll position now passed to all layers

bug:5666027

Previously, only the most recent version of the scrollablelayerandroid would
have its position updated. This caused issues with position inconsistency
between the painting and drawing version of the layer, if both existed.

Change-Id: Ife29ae4e2cb00fbaa2f6fc95d9914b3434862f10
Source/WebCore/platform/graphics/android/GLWebViewState.cpp
Source/WebCore/platform/graphics/android/GLWebViewState.h
Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp
Source/WebCore/platform/graphics/android/TreeManager.cpp
Source/WebCore/platform/graphics/android/TreeManager.h
Source/WebKit/android/nav/WebView.cpp