summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
authorboliu <boliu@chromium.org>2015-10-01 18:34:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-02 01:36:32 +0000
commit8a3a10e0cd0b1f893ff1bb3f577c18c93702c978 (patch)
tree0f0d8be00f9536bb70c21a890853502ff87056b1 /android_webview/lib
parentc07500dd05b650d0b77001ab182ce8ce462da9e8 (diff)
downloadchromium_src-8a3a10e0cd0b1f893ff1bb3f577c18c93702c978.zip
chromium_src-8a3a10e0cd0b1f893ff1bb3f577c18c93702c978.tar.gz
chromium_src-8a3a10e0cd0b1f893ff1bb3f577c18c93702c978.tar.bz2
Revert "aw: Disable ipc command buffer by default"
Re-enable ipc based command buffer after fix for IO thread blocking in r351894 BUG=509702 Review URL: https://codereview.chromium.org/1380663004 Cr-Commit-Position: refs/heads/master@{#351928}
Diffstat (limited to 'android_webview/lib')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 8d2a91a..8fe08c7 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -137,7 +137,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
}
if (cl->HasSwitch(switches::kWebViewSandboxedRenderer)) {
- cl->AppendSwitch(switches::kUseIpcCommandBuffer);
cl->AppendSwitch(switches::kInProcessGPU);
cl->AppendSwitchASCII(switches::kRendererProcessLimit, "1");
}