Commit c1e6e106 authored by reveman's avatar reveman Committed by Commit bot

cc: Leave using_image capability as false when using software.

The value of this currently doesn't matter when using software.

BUG=418553
R=piman@chromium.org

Review URL: https://codereview.chromium.org/615953002

Cr-Commit-Position: refs/heads/master@{#297434}
parent f4c1193e
......@@ -45,7 +45,6 @@ DelegatingRenderer::DelegatingRenderer(RendererClient* client,
if (!output_surface_->context_provider()) {
capabilities_.using_shared_memory_resources = true;
capabilities_.using_image = true;
} else {
const ContextProvider::Capabilities& caps =
output_surface_->context_provider()->ContextCapabilities();
......
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