diff options
Diffstat (limited to 'views/focus/view_storage.h')
-rw-r--r-- | views/focus/view_storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h index 129b90e..8673e59 100644 --- a/views/focus/view_storage.h +++ b/views/focus/view_storage.h @@ -39,7 +39,7 @@ class ViewStorage { void RemoveView(int storage_id); // Notifies the ViewStorage that a view was removed from its parent somewhere. - void ViewRemoved(View* removed); + void ViewRemoved(View* parent, View* removed); #ifdef UNIT_TEST size_t view_count() const { return view_to_ids_.size(); } |