chromium/chrome/browser/ui/views/window_sizer_linux.cc

// Copyright 2021 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/views/window_sizer_linux.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/views/frame/browser_frame_view_linux.h"
#include "chrome/common/pref_names.h"
#include "components/prefs/pref_service.h"
#include "ui/gfx/geometry/insets.h"
#include "ui/ozone/public/ozone_platform.h"

// static
void WindowSizer::GetBrowserWindowBoundsAndShowState(
    std::unique_ptr<StateProvider> state_provider,
    const gfx::Rect& specified_bounds,
    const Browser* browser,
    gfx::Rect* bounds,
    ui::WindowShowState* show_state) {}

WindowSizerLinux::WindowSizerLinux(
    std::unique_ptr<StateProvider> state_provider,
    const Browser* browser)
    :{}

WindowSizerLinux::~WindowSizerLinux() = default;

void WindowSizerLinux::AdjustWorkAreaForPlatform(gfx::Rect& work_area) {}