aw: Enable SkiaRenderer with VizForWebView
There is few dependencies between features: VizForWebView requires UseSkiaRenderer and UseSkiaForGLReadback. UseSkiaRenderer requires EnableSharedImageForWebview. Previously we enforced dependencies in AwMainDelegate which involves changing of command line arguments and has two problems: 1. Finch experiments are not initialized yet at that moment, so they have to enable four features instead of one. 2. Command line overrides finch trials flags. This CL changes how we check for features to enforce all dependencies. Bug: 805739 Change-Id: I34f823640f355637ea0b27d1dec1b5afc3e9bec4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067349Reviewed-by:Bo <boliu@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#745270}
Showing
Please register or sign in to comment