diff options
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r-- | views/widget/root_view.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h index ba294a8..495b013 100644 --- a/views/widget/root_view.h +++ b/views/widget/root_view.h @@ -205,17 +205,6 @@ class RootView : public View, friend class GestureManager; #endif - // Size and disposition ------------------------------------------------------ - - // Notification that size and/or position of a view has changed. This - // notifies the appropriate views. - void ViewBoundsChanged(View* view, bool size_changed, bool position_changed); - - // Registers a view for notification when the visible bounds relative to the - // root of a view changes. - void RegisterViewForVisibleBoundsNotification(View* view); - void UnregisterViewForVisibleBoundsNotification(View* view); - // Coordinate conversion ----------------------------------------------------- // Convert a point to our current mouse handler. Returns false if the |