| Index: cc/layers/nine_patch_layer_impl.h
|
| diff --git a/cc/layers/nine_patch_layer_impl.h b/cc/layers/nine_patch_layer_impl.h
|
| index 3511c3219138dfe4d88a4e5177c0c7ac85fe1f02..0a4ca7dcb894c6700b79b8064c306e6214a077fa 100644
|
| --- a/cc/layers/nine_patch_layer_impl.h
|
| +++ b/cc/layers/nine_patch_layer_impl.h
|
| @@ -105,6 +105,7 @@ class CC_EXPORT NinePatchLayerImpl : public UIResourceLayerImpl {
|
|
|
| const char* LayerTypeAsString() const override;
|
|
|
| + bool CanUseOcclusion();
|
| void CheckGeometryLimitations();
|
|
|
| std::vector<Patch> ComputeQuadsWithOcclusion() const;
|
|
|