| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index d93527b27aed5e27f064f484417ca26c2f20c607..f641897c65b42f1c56c4296945dced27873c501c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -379,8 +379,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 {
|
|
|