Chromium Code Reviews| Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
| diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
| index fd36b15d297a11f88bb08f5165375602c12f46d8..14c14ecf5411004894f58a93ef5ee62adf21fd92 100644 |
| --- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h |
| @@ -15,6 +15,9 @@ class HarmonyLayoutDelegate : public LayoutDelegate { |
| // Returns the singleton HarmonyLayoutDelegate instance. |
| static HarmonyLayoutDelegate* Get(); |
| + // The Harmony layout unit. All distances are in terms of this unit. |
| + static const int kHarmonyLayoutUnit = 16; |
|
sky
2016/11/17 18:18:34
style guide says constants should be before constr
|
| + |
| // views::LayoutDelegate: |
| int GetLayoutDistance(LayoutDistanceType type) const override; |
| bool UseExtraDialogPadding() const override; |