OSDN Git Service

share xfermode and color routines with chrome port
authorMike Reed <reed@google.com>
Wed, 29 Apr 2009 14:47:10 +0000 (10:47 -0400)
committerMike Reed <reed@google.com>
Wed, 29 Apr 2009 15:30:19 +0000 (11:30 -0400)
commit8535e17115184dbb5e448b6364b88eb52df34482
treee282875c82ad48dd67a46b0d4efbdcfebcc56ce2
parent6a813290b2f6bb173cda985d26b231d3c539696d
share xfermode and color routines with chrome port

Besides sharing those routines in SkiaUtils.cpp, also remove our (now redundant)
android_setrect, etc. calls, since the type-conversion extras we added earlier
take care of this by using constructors.
13 files changed:
WebCore/platform/graphics/android/GradientAndroid.cpp
WebCore/platform/graphics/android/GraphicsContextAndroid.cpp
WebCore/platform/graphics/android/ImageAndroid.cpp
WebCore/platform/graphics/android/PathAndroid.cpp
WebCore/platform/graphics/android/android_graphics.cpp
WebCore/platform/graphics/android/android_graphics.h
WebCore/platform/graphics/skia/SkiaUtils.cpp
WebKit/android/RenderSkinButton.cpp
WebKit/android/RenderSkinRadio.cpp
WebKit/android/jni/WebFrameView.cpp
WebKit/android/jni/WebViewCore.cpp
WebKit/android/nav/WebView.cpp
WebKit/android/plugins/PluginWidgetAndroid.cpp