chromium/chrome/browser/ui/frame/window_frame_util.h

// Copyright 2018 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_FRAME_WINDOW_FRAME_UTIL_H_
#define CHROME_BROWSER_UI_FRAME_WINDOW_FRAME_UTIL_H_

#include "third_party/skia/include/core/SkColor.h"

namespace gfx {
class Size;
}

// Static-only class containing values and helper functions for frame classes
// that need to be accessible outside of /browser/ui/views.
class WindowFrameUtil {};

#endif  // CHROME_BROWSER_UI_FRAME_WINDOW_FRAME_UTIL_H_