Chromium Code Reviews| Index: ui/views/view.h |
| diff --git a/ui/views/view.h b/ui/views/view.h |
| index 9d43e2cea038fb87a009c9a7a41423c2650bd91f..a3250a65b00875d2f3f285cac50d568e4dd036a3 100644 |
| --- a/ui/views/view.h |
| +++ b/ui/views/view.h |
| @@ -1231,6 +1231,9 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
| // new bounds. |
| void SchedulePaintBoundsChanged(SchedulePaintType type); |
| + // Schedules a paint on the parent View if it exists. |
| + void SchedulePaintOnParent(); |
| + |
| // Tree operations ----------------------------------------------------------- |
| // Removes |view| from the hierarchy tree. If |update_focus_cycle| is true, |