Index: ui/compositor/layer.h |
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h |
index b35cf0bdff2df6211a762a2325f6b980c16252a0..bf361e13963378b236e81cca4c41eb8b49850eb6 100644 |
--- a/ui/compositor/layer.h |
+++ b/ui/compositor/layer.h |
@@ -341,6 +341,8 @@ class COMPOSITOR_EXPORT Layer |
// Set all filters which got applied to the layer background. |
void SetLayerBackgroundFilters(); |
+ void OnParentIsDrawnChanged(bool parent_is_drawn, bool force_update); |
+ |
const LayerType type_; |
Compositor* compositor_; |