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

Unified Diff: ui/gfx/geometry/insets.h

Issue 1750403005: [MD] some tweaks to download shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove app menu button changes Created 4 years, 10 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/download/download_item_view_md.cc ('k') | ui/gfx/geometry/insets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/insets.h
diff --git a/ui/gfx/geometry/insets.h b/ui/gfx/geometry/insets.h
index 0466d9477042bf692d7fc791499930b09924ae48..b785a75ef4ea971779dde639b649d02fe22cc8cf 100644
--- a/ui/gfx/geometry/insets.h
+++ b/ui/gfx/geometry/insets.h
@@ -12,10 +12,11 @@
namespace gfx {
-// An integer version of gfx::Insets.
class GFX_EXPORT Insets {
public:
Insets();
+ Insets(int all);
sky 2016/03/07 21:18:24 explicit
Evan Stade 2016/03/07 23:08:10 Done.
+ Insets(int vertical, int horizontal);
Insets(int top, int left, int bottom, int right);
~Insets();
« no previous file with comments | « chrome/browser/ui/views/download/download_item_view_md.cc ('k') | ui/gfx/geometry/insets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698