Backed out changeset 3697a043583b (bug 982118) for bustage.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-03-11 11:48:30 -04:00
parent d4bc5bcf9d
commit 8ff258f0a1
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,7 @@ nsEventStatus GestureEventListener::HandleInputEvent(const MultiTouchInput& aEve
mAsyncPanZoomController->PostDelayedTask(
mLongTapTimeoutTask,
gfxPrefs::UiClickHoldContextMenusDelay());
Preferences::GetInt("ui.click_hold_context_menus.delay", 500));
}
} else if (length == 2) {
// Another finger has been added; it can't be a tap anymore.

View File

@ -176,7 +176,6 @@ private:
DECL_GFX_PREF(Once, "layout.frame_rate", LayoutFrameRate, int32_t, -1);
DECL_GFX_PREF(Live, "nglayout.debug.widget_update_flashing", WidgetUpdateFlashing, bool, false);
DECL_GFX_PREF(Live, "ui.click_hold_context_menus.delay", UiClickHoldContextMenusDelay, int32_t, 500);
DECL_GFX_PREF(Once, "webgl.force-layers-readback", WebGLForceLayersReadback, bool, false);