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

@ -221,6 +221,10 @@ gfx::NativeWindow NativeWindowWin::GetNativeWindow() {
return window_->GetNativeView();
}
void NativeWindowWin::UpdateDraggableRegions(
const std::vector<DraggableRegion>& regions) {
}
void NativeWindowWin::HandleKeyboardEvent(
content::WebContents*,
const content::NativeWebKeyboardEvent& event) {