Index: ui/compositor/layer.h |
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h |
index 2dcb9c765be1bdd098bcb1d43b0098988428ac9f..76811219b54288f59fa4b7987e5617ded054bef3 100644 |
--- a/ui/compositor/layer.h |
+++ b/ui/compositor/layer.h |
@@ -304,7 +304,9 @@ 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); |
// Adds |invalid_rect| to the Layer's pending invalid rect and calls |
// ScheduleDraw(). Returns false if the paint request is ignored. |