fix: make draggable regions work when devtools is opened on macOS (#26361)
* fix: make draggable region work when devtools is open * fix: update draggable regions when resizing
This commit is contained in:
parent
f21a21f172
commit
02a8c0a640
8 changed files with 78 additions and 20 deletions
|
@ -25,6 +25,7 @@ class ExtendedWebContentsObserver : public base::CheckedObserver {
|
|||
virtual void OnActivateContents() {}
|
||||
virtual void OnPageTitleUpdated(const base::string16& title,
|
||||
bool explicit_set) {}
|
||||
virtual void OnDevToolsResized() {}
|
||||
|
||||
protected:
|
||||
~ExtendedWebContentsObserver() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue