diff options
author | Leon Scroggins <scroggo@google.com> | 2009-08-31 18:49:41 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2009-09-01 09:56:36 -0400 |
commit | de617918ccc283c8b5f7ad424732cbcc8597c837 (patch) | |
tree | 3fcd20728a098b8582df5def9abe83eba257b8f9 /WebCore | |
parent | e7f607ca3a06ec0129f0f95a529df91146876fff (diff) | |
download | external_webkit-de617918ccc283c8b5f7ad424732cbcc8597c837.zip external_webkit-de617918ccc283c8b5f7ad424732cbcc8597c837.tar.gz external_webkit-de617918ccc283c8b5f7ad424732cbcc8597c837.tar.bz2 |
Update the browser's references to the latest images.
The browser directly references the names of the asset
files it uses to draw buttons, checkboxes, and radio
buttons. Update the names to correspond to the latest
assets. Fixes issue http://b/issue?id=2086818
Change-Id: Iac8d8762252707e21a88e65ba44de24a5fa2f869
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/platform/android/RenderThemeAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/android/RenderThemeAndroid.cpp b/WebCore/platform/android/RenderThemeAndroid.cpp index 299ae00..0f419f5 100644 --- a/WebCore/platform/android/RenderThemeAndroid.cpp +++ b/WebCore/platform/android/RenderThemeAndroid.cpp @@ -125,7 +125,7 @@ int RenderThemeAndroid::baselinePosition(const RenderObject* obj) const // controls that need to do this. // // Our checkboxes and radio buttons need to be offset to line up properly. - return RenderTheme::baselinePosition(obj) - 5; + return RenderTheme::baselinePosition(obj) - 2; } void RenderThemeAndroid::addIntrinsicMargins(RenderStyle* style) const |