21 lines
983 B
Diff
21 lines
983 B
Diff
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
|
index 5256a5d9de45aea246d5e4fc3f4dde836ae0cf64..b6b4d4a6f1a43e0efa70fd5567d985e5e77615c6 100644
|
|
--- a/chrome/browser/ui/views/frame/browser_view.cc
|
|
+++ b/chrome/browser/ui/views/frame/browser_view.cc
|
|
@@ -629,6 +629,7 @@ bool ConvertedHitTest(views::View* src, views::View* dst, gfx::Point* point) {
|
|
DCHECK(src);
|
|
DCHECK(dst);
|
|
DCHECK(point);
|
|
+ BRAVE_BROWSER_VIEW_LAYOUT_CONVERTED_HIT_TEST
|
|
views::View::ConvertPointToTarget(src, dst, point);
|
|
return dst->HitTestPoint(*point);
|
|
}
|
|
@@ -1972,6 +1973,7 @@ void BrowserView::OnActiveTabChanged(content::WebContents* old_contents,
|
|
!browser_->tab_strip_model()->closing_all() && GetWidget()->IsActive() &&
|
|
GetWidget()->IsVisible() && !tab_change_in_split_view;
|
|
#endif
|
|
+ BRAVE_BROWSER_VIEW_ON_ACTIVE_TAB_CHANGED
|
|
// Update various elements that are interested in knowing the current
|
|
// WebContents.
|
|
|