| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index bf4ccf59c2880bcc76e0b38a0dd95d3f89eda686..ed74c03ba68413e5c9bcbe9dbc290f9c1353ebd9 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -377,8 +377,6 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| bool IsUIResourceOpaque(UIResourceId uid) const;
|
|
|
| - bool OutputIsSecure() const;
|
| -
|
| void RegisterPictureLayerImpl(PictureLayerImpl* layer);
|
| void UnregisterPictureLayerImpl(PictureLayerImpl* layer);
|
| const std::vector<PictureLayerImpl*>& picture_layers() const {
|
|
|