Skip to content

Commit

Permalink
Fix draggable region regression
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Jul 17, 2024
1 parent 62a5eb8 commit dfe3afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/browser/ui/browser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,7 @@ void Browser::DraggableRegionsChanged(
if (app_controller_) {
app_controller_->DraggableRegionsChanged(regions, contents);
}
window()->UpdateDraggableRegions(regions);
}

void Browser::DidFinishNavigation(
Expand Down

0 comments on commit dfe3afc

Please sign in to comment.