summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-12-01 15:31:25 -0800
committerChris Craik <ccraik@google.com>2011-12-01 15:50:31 -0800
commit70adfd756fa5e71bd6913f3a1d8223ca26d8ec92 (patch)
tree298ee92b8d32376eeb2a2ee5f94f8966994ebe01 /Source/WebCore/platform/graphics/android/GLWebViewState.h
parente1ea7f8384757f9b46805df75a0aa72c1fc041b7 (diff)
downloadexternal_webkit-70adfd756fa5e71bd6913f3a1d8223ca26d8ec92.zip
external_webkit-70adfd756fa5e71bd6913f3a1d8223ca26d8ec92.tar.gz
external_webkit-70adfd756fa5e71bd6913f3a1d8223ca26d8ec92.tar.bz2
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
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index cffd28f..8d89704 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -248,7 +248,7 @@ public:
};
LayersRenderingMode layersRenderingMode() { return m_layersRenderingMode; }
- void scrolledLayer(ScrollableLayerAndroid*);
+ void scrollLayer(int layerId, int x, int y);
void invalRegion(const SkRegion& region);