| 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..7e31e61208bc52925ed42a41fe431ea5fe9369a5 100644
|
| --- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.h
|
| @@ -9,6 +9,9 @@
|
|
|
| class HarmonyLayoutDelegate : public LayoutDelegate {
|
| public:
|
| + // The Harmony layout unit. All distances are in terms of this unit.
|
| + static const int kHarmonyLayoutUnit = 16;
|
| +
|
| HarmonyLayoutDelegate() {}
|
| ~HarmonyLayoutDelegate() override {}
|
|
|
|
|