Commit 69ac9fe8 authored by Dave Tapuska's avatar Dave Tapuska Committed by Commit Bot

Enable mojo based synchronous compositor

Turn off disabling mojo input messages for webview. That will enable
the mojo input channel and the mojo synchronous compositor input channel.

BUG=722928

Change-Id: I14ae3d3a83405eb9c6a228f7f08171dab3ca86f2
Reviewed-on: https://chromium-review.googlesource.com/898553
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539127}
parent 0f780f3c
...@@ -157,8 +157,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { ...@@ -157,8 +157,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
CommandLineHelper::AddDisabledFeature(*cl, CommandLineHelper::AddDisabledFeature(*cl,
media::kMediaDrmPersistentLicense.name); media::kMediaDrmPersistentLicense.name);
CommandLineHelper::AddDisabledFeature(*cl, features::kMojoInputMessages.name);
CommandLineHelper::AddEnabledFeature( CommandLineHelper::AddEnabledFeature(
*cl, autofill::features::kAutofillSkipComparingInferredLabels.name); *cl, autofill::features::kAutofillSkipComparingInferredLabels.name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment