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 987c59be280091d959c1b78f92edd83c4cfa8407..307a9004c22fa41037649bc584f15cc69afe78cf 100644
|
|
--- a/chrome/browser/ui/views/frame/browser_view.cc
|
|
+++ b/chrome/browser/ui/views/frame/browser_view.cc
|
|
@@ -628,6 +628,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);
|
|
}
|
|
@@ -1971,6 +1972,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.
|
|
|