| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 26560d1d5fbd1a1f287e921c9c1323649cb738c7..51c5432827decc04c777bcf0d17cb5007f34a272 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -305,6 +305,7 @@ class COMPOSITOR_EXPORT Layer
|
| // called for LAYER_NINE_PATCH.
|
| void UpdateNinePatchLayerImage(const gfx::ImageSkia& image);
|
| void UpdateNinePatchLayerAperture(const gfx::Rect& aperture_in_dip);
|
| + void UpdateNinePatchLayerBorder(const gfx::Rect& border);
|
| // Updates the area completely occluded by another layer, this can be an
|
| // empty rectangle if nothing is occluded.
|
| void UpdateNinePatchOcclusion(const gfx::Rect& occlusion);
|
|
|