diff options
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/view.h b/views/view.h index d493a0b..0dcc734 100644 --- a/views/view.h +++ b/views/view.h @@ -435,6 +435,9 @@ class View : public AcceleratorTarget { // Get the number of child Views. int GetChildViewCount() const; + // Tests if this view has a given view as direct child. + bool HasChildView(View* a_view); + // Returns the deepest descendant that contains the specified point. virtual View* GetViewForPoint(const gfx::Point& point); |