Backed out changeset 513192eb7df4 (bug 1148971) for causing bc2 memory leaks

This commit is contained in:
Carsten "Tomcat" Book
2015-03-30 15:04:09 +02:00
parent f50d80e156
commit 1dadb1db1d
15 changed files with 25 additions and 22 deletions

View File

@@ -517,7 +517,7 @@ nsRangeFrame::GetValueAtEventPoint(WidgetGUIEvent* aEvent)
// We need to get the size of the thumb from the theme.
nsPresContext *presContext = PresContext();
bool notUsedCanOverride;
LayoutDeviceIntSize size;
nsIntSize size;
presContext->GetTheme()->
GetMinimumWidgetSize(presContext, this, NS_THEME_RANGE_THUMB, &size,
&notUsedCanOverride);