Files
brave-core/patches/chrome-browser-ui-views-frame-multi_contents_view.cc.patch
T

23 lines
1.1 KiB
Diff

diff --git a/chrome/browser/ui/views/frame/multi_contents_view.cc b/chrome/browser/ui/views/frame/multi_contents_view.cc
index 9316ee55bca436a8df5d56aca70640b29ae7fa35..00433bf23e4a80e4ac11310e5b086f492c7feaba 100644
--- a/chrome/browser/ui/views/frame/multi_contents_view.cc
+++ b/chrome/browser/ui/views/frame/multi_contents_view.cc
@@ -69,7 +69,7 @@ MultiContentsView::MultiContentsView(
AddChildView(std::make_unique<MultiContentsBackgroundView>(browser_view));
contents_container_views_.push_back(
- AddChildView(std::make_unique<ContentsContainerView>(browser_view_)));
+ AddChildView(std::make_unique<BraveContentsContainerView>(browser_view_)));
contents_container_views_[0]
->contents_view()
->set_is_primary_web_contents_for_window(true);
@@ -78,7 +78,7 @@ MultiContentsView::MultiContentsView(
resize_area_->SetVisible(false);
contents_container_views_.push_back(
- AddChildView(std::make_unique<ContentsContainerView>(browser_view_)));
+ AddChildView(std::make_unique<BraveContentsContainerView>(browser_view_)));
contents_container_views_[1]->SetVisible(false);
drop_target_view_ =