// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_ #define CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_ #include "build/build_config.h" #include "ui/gfx/geometry/insets.h" #include "ui/gfx/geometry/size.h" enum LayoutConstant { … }; enum LayoutInset { … }; int GetLayoutConstant(LayoutConstant constant); gfx::Insets GetLayoutInsets(LayoutInset inset); #endif // CHROME_BROWSER_UI_LAYOUT_CONSTANTS_H_