summaryrefslogtreecommitdiffstats
path: root/content/shell/webkit_test_controller.cc
diff options
context:
space:
mode:
authorjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 05:26:21 +0000
committerjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 05:26:21 +0000
commitbe10e9c6ad2da255dbdb2d15cdccf8a6bebfee8b (patch)
tree174a642f5996bf4d01f7a14ea225f24c617ea40e /content/shell/webkit_test_controller.cc
parent05e489c0f0d2a12c70f7dc053eb28dc6546503e8 (diff)
downloadchromium_src-be10e9c6ad2da255dbdb2d15cdccf8a6bebfee8b.zip
chromium_src-be10e9c6ad2da255dbdb2d15cdccf8a6bebfee8b.tar.gz
chromium_src-be10e9c6ad2da255dbdb2d15cdccf8a6bebfee8b.tar.bz2
Removing command line switch to disable deferred 2d canvas.
Also removing the lab in about:flags that references the switch. BUG=195766 TEST=None. Review URL: https://chromiumcodereview.appspot.com/12871012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/webkit_test_controller.cc')
-rw-r--r--content/shell/webkit_test_controller.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc
index 5413a86..a1c854e9 100644
--- a/content/shell/webkit_test_controller.cc
+++ b/content/shell/webkit_test_controller.cc
@@ -295,7 +295,6 @@ void WebKitTestController::OverrideWebkitPrefs(
if (command_line.HasSwitch(switches::kEnableSoftwareCompositing))
prefs->accelerated_2d_canvas_enabled = true;
prefs->accelerated_compositing_for_video_enabled = true;
- prefs->deferred_2d_canvas_enabled = true;
prefs->mock_scrollbars_enabled = true;
}
}