summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2012-01-24 11:37:16 -0800
committerMichael Kolb <kolby@google.com>2012-01-24 15:11:05 -0800
commit4d6b8874f0e7c59190e219d2eb362498ae440a81 (patch)
tree37926eaf86b375b11992dd60839f9100470ba185 /Source/WebCore/platform/graphics/android
parentbf7bb6a8af0b5752b8a10f52c1962cc7a38e388c (diff)
downloadexternal_webkit-4d6b8874f0e7c59190e219d2eb362498ae440a81.zip
external_webkit-4d6b8874f0e7c59190e219d2eb362498ae440a81.tar.gz
external_webkit-4d6b8874f0e7c59190e219d2eb362498ae440a81.tar.bz2
Fix form button layout
Bug: 5822424 Fixed by removing all padding adjustments and rendering buttons natively as draw commands Change-Id: I6adcdfbd75b3c586414b5e6e60aeca01f5d05b9d
Diffstat (limited to 'Source/WebCore/platform/graphics/android')
-rw-r--r--Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h b/Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h
index d22dbd8..80ea5d6 100644
--- a/Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h
+++ b/Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h
@@ -28,7 +28,6 @@
#include "IntRect.h"
#include "RenderSkinAndroid.h"
-#include "RenderSkinButton.h"
#include "SkCanvas.h"
#include "SkPicture.h"
#include "SkTDArray.h"