| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 8b90283a594a69c93a4238c6f0508e6beac099d2..e5451a035a74504fcba79d931adc4e2bb7f16258 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -314,6 +314,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);
|
|
|