feat: enable Windows Control Overlay on Linux (#41769)
This commit is contained in:
parent
1d4b00692d
commit
32e5012017
24 changed files with 1026 additions and 107 deletions
|
@ -0,0 +1,20 @@
|
|||
// Copyright 2024 Microsoft GmbH.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "shell/browser/ui/views/caption_button_placeholder_container.h"
|
||||
|
||||
#include "ui/base/metadata/metadata_impl_macros.h"
|
||||
#include "ui/gfx/canvas.h"
|
||||
#include "ui/gfx/scoped_canvas.h"
|
||||
#include "ui/views/view.h"
|
||||
|
||||
CaptionButtonPlaceholderContainer::CaptionButtonPlaceholderContainer() {
|
||||
SetPaintToLayer();
|
||||
}
|
||||
|
||||
CaptionButtonPlaceholderContainer::~CaptionButtonPlaceholderContainer() =
|
||||
default;
|
||||
|
||||
BEGIN_METADATA(CaptionButtonPlaceholderContainer)
|
||||
END_METADATA
|
Loading…
Add table
Add a link
Reference in a new issue