Send and receive the AtomViewHostMsg_UpdateDraggableRegions message.

This commit is contained in:
Cheng Zhao 2013-09-05 20:06:54 +08:00
parent 40273cf37d
commit 4223867dbc
8 changed files with 37 additions and 0 deletions

View file

@ -61,6 +61,9 @@ class NativeWindowWin : public NativeWindow,
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
protected:
virtual void UpdateDraggableRegions(
const std::vector<DraggableRegion>& regions) OVERRIDE;
// Overridden from content::WebContentsDelegate:
virtual void HandleKeyboardEvent(
content::WebContents*,