| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 0a95825d377ef661e08741cce3484062ee154631..b5c54fe68beb724ade07083998d117b2f93c539a 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -462,9 +462,6 @@ WebPreferences RenderViewHostImpl::GetWebkitPrefs(const GURL& url) {
|
|
|
| prefs.is_online = !net::NetworkChangeNotifier::IsOffline();
|
|
|
| - prefs.fixed_position_creates_stacking_context = !command_line.HasSwitch(
|
| - switches::kDisableFixedPositionCreatesStackingContext);
|
| -
|
| prefs.gesture_tap_highlight_enabled = !command_line.HasSwitch(
|
| switches::kDisableGestureTapHighlight);
|
|
|
|
|