Send and receive the AtomViewHostMsg_UpdateDraggableRegions message.
This commit is contained in:
parent
40273cf37d
commit
4223867dbc
8 changed files with 37 additions and 0 deletions
|
@ -57,6 +57,9 @@ class NativeWindowMac : public NativeWindow {
|
|||
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }
|
||||
|
||||
protected:
|
||||
virtual void UpdateDraggableRegions(
|
||||
const std::vector<DraggableRegion>& regions) OVERRIDE;
|
||||
|
||||
// Implementations of content::WebContentsDelegate.
|
||||
virtual void HandleKeyboardEvent(
|
||||
content::WebContents*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue