OSDN Git Service

Add proper support for fixed position elements
authorNicolas Roard <nicolas@android.com>
Thu, 7 Jan 2010 14:22:22 +0000 (14:22 +0000)
committerNicolas Roard <nicolas@android.com>
Thu, 14 Jan 2010 21:09:00 +0000 (21:09 +0000)
commit388e461f3d6bf782b3cfb4bb21bc6264cef9323c
tree05bc536e78cf8385a91ceda4cb52cbd67eed2fa6
parent29b325cb949b1a41ac8bdeaa77977fcd342aec31
Add proper support for fixed position elements

this is two-part change, see  http://android-git.corp.google.com/g/#change,37092 for the java counterpart.
This CL implements fixed position elements (css position: fixed) using layers, supporting pixels and percent lengths.

It addresses http://b/1914365
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
WebCore/platform/graphics/android/LayerAndroid.cpp
WebCore/platform/graphics/android/LayerAndroid.h
WebKit/android/nav/WebView.cpp