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

#ifndef CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_LAYOUT_CONFIG_H_
#define CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_LAYOUT_CONFIG_H_

namespace desktopcapture {

// The fixed size to generate and render tab previews in eg the tab picker view.
inline constexpr const gfx::Size kPreviewSize = gfx::Size(218, 135);

}  // namespace desktopcapture

#endif  // CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_LAYOUT_CONFIG_H_
