Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: ui/views/views_delegate.h

Issue 2550323004: views: support Harmony title insets (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index 5eb8009683409cc9e71b271ef12c4708dc0b796b..0e0da3468e0dde6a8b7c1291adb2f746f2442394 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -202,6 +202,9 @@ class VIEWS_EXPORT ViewsDelegate {
// dialog layout.
virtual int GetDialogRelatedButtonHorizontalSpacing();
+ // Returns the insets that should be applied around a dialog's frame view.
+ virtual gfx::Insets GetDialogFrameViewInsets();
+
protected:
ViewsDelegate();
« no previous file with comments | « chrome/browser/ui/views/chrome_views_delegate.cc ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698