summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/android')
-rw-r--r--Source/WebCore/platform/android/RenderThemeAndroid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/android/RenderThemeAndroid.cpp b/Source/WebCore/platform/android/RenderThemeAndroid.cpp
index 113fa63..c6e3bc5 100644
--- a/Source/WebCore/platform/android/RenderThemeAndroid.cpp
+++ b/Source/WebCore/platform/android/RenderThemeAndroid.cpp
@@ -234,7 +234,7 @@ bool RenderThemeAndroid::paintButton(RenderObject* obj, const PaintInfo& info, c
if (formControlElement && !formControlElement->isEnabledFormControl()) {
android::WebFrame* webFrame = getWebFrame(node);
if (webFrame) {
- const RenderSkinAndroid* skins = webFrame->renderSkins();
+ RenderSkinAndroid* skins = webFrame->renderSkins();
if (skins)
skins->renderSkinButton()->draw(getCanvasFromInfo(info), rect,
RenderSkinAndroid::kDisabled);