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

Unified Diff: ui/views/border.h

Issue 1401933004: Switch tab.cc to use an empty border for the contents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 2 months 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/tabs/tab_unittest.cc ('k') | ui/views/border.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/border.h
diff --git a/ui/views/border.h b/ui/views/border.h
index ebd291cb4456727ede02cca56fa8402796c7d413..e2f7be61cff5965eb03e0132ab6b879afbf9f467 100644
--- a/ui/views/border.h
+++ b/ui/views/border.h
@@ -51,6 +51,7 @@ class VIEWS_EXPORT Border {
// Creates a border for reserving space. The returned border does not
// paint anything.
+ static scoped_ptr<Border> CreateEmptyBorder(const gfx::Insets& insets);
static scoped_ptr<Border> CreateEmptyBorder(int top,
int left,
int bottom,
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_unittest.cc ('k') | ui/views/border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698