OSDN Git Service

Refactoring of BaseLayerAndroid and GLWebViewState:
authorNicolas Roard <nicolasroard@google.com>
Fri, 19 Aug 2011 18:46:09 +0000 (11:46 -0700)
committerNicolas Roard <nicolasroard@google.com>
Fri, 19 Aug 2011 20:39:26 +0000 (13:39 -0700)
commit77e5b594dd717e27b1a8be2b521f738cf5941ae1
treef088b9113d8a9043638a0bcd99156e2d5ffc8287
parent03721d93591244128ff918202425d381e2fedf50
Refactoring of BaseLayerAndroid and GLWebViewState:
- we extract the GL set up GLWebViewState
- we extract the zoom management to a new ZoomManager class

bug:3392331

Change-Id: If42523a7192bab2f8c9d1f00a50721380340230d
Source/WebCore/Android.mk
Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp
Source/WebCore/platform/graphics/android/BaseLayerAndroid.h
Source/WebCore/platform/graphics/android/GLWebViewState.cpp
Source/WebCore/platform/graphics/android/GLWebViewState.h
Source/WebCore/platform/graphics/android/ZoomManager.cpp [new file with mode: 0644]
Source/WebCore/platform/graphics/android/ZoomManager.h [new file with mode: 0644]