summaryrefslogtreecommitdiffstats
path: root/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.h')
-rw-r--r--views/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/view.h b/views/view.h
index 48d7b58..ae9a637 100644
--- a/views/view.h
+++ b/views/view.h
@@ -203,6 +203,10 @@ class View : public AcceleratorTarget {
// Get the size the View would like to be, if enough space were available.
virtual gfx::Size GetPreferredSize();
+ // Returns the baseline of this view, or -1 if this view has no baseline. The
+ // return value is relative to the preferred height.
+ virtual int GetBaseline();
+
// Convenience method that sizes this view to its preferred size.
void SizeToPreferredSize();