summaryrefslogtreecommitdiffstats
path: root/WebKit/android/RenderSkinCombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/RenderSkinCombo.h')
-rw-r--r--WebKit/android/RenderSkinCombo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/android/RenderSkinCombo.h b/WebKit/android/RenderSkinCombo.h
index 0970b6b..b5321ff 100644
--- a/WebKit/android/RenderSkinCombo.h
+++ b/WebKit/android/RenderSkinCombo.h
@@ -52,12 +52,12 @@ public:
*/
static bool Draw(SkCanvas* , Node* , int x, int y, int w, int h);
- // The image is an extra 30 pixels wider than the RenderObject, so this accounts for that.
+ // The image is wider than the RenderObject, so this accounts for that.
static int extraWidth() { return arrowMargin; }
private:
- static const int arrowMargin = 30;
+ static const int arrowMargin = 22;
};
} // WebCore