Chromium Code Reviews| Index: cc/trees/layer_tree_host.cc |
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
| index a06ea9e9d9d55bbe8892d2f3739006b550c6e510..fda767cfa3ab9e1d0c059d2bca17e9b8866a29e7 100644 |
| --- a/cc/trees/layer_tree_host.cc |
| +++ b/cc/trees/layer_tree_host.cc |
| @@ -659,10 +659,6 @@ void LayerTreeHost::SetNeedsDisplayOnAllLayers() { |
| layer->SetNeedsDisplay(); |
| } |
| -void LayerTreeHost::SetOutputIsSecure(bool output_is_secure) { |
|
piman
2016/05/17 19:59:31
nit: also remove from header.
|
| - proxy_->SetOutputIsSecure(output_is_secure); |
| -} |
| - |
| const RendererCapabilities& LayerTreeHost::GetRendererCapabilities() const { |
| return proxy_->GetRendererCapabilities(); |
| } |