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

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: explicit Created 4 years, 9 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..2fc0d62412b5e962f549e889c327996f83446eac 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();
+ explicit Insets(int all);
+ 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