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

// 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.

#include "chrome/browser/ui/frame/window_frame_util.h"

#include "build/build_config.h"
#include "ui/gfx/geometry/size.h"

// static
SkAlpha WindowFrameUtil::CalculateWindowsCaptionButtonBackgroundAlpha(
    SkAlpha theme_alpha) {}

// static
gfx::Size WindowFrameUtil::GetWindowsCaptionButtonAreaSize() {}