diff options
Diffstat (limited to 'views/view.cc')
-rw-r--r-- | views/view.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/view.cc b/views/view.cc index b93c3c8..f817f1c 100644 --- a/views/view.cc +++ b/views/view.cc @@ -397,6 +397,11 @@ gfx::Insets View::GetInsets() const { return insets; } +gfx::NativeCursor View::GetCursorForPoint(Event::EventType event_type, int x, + int y) { + return NULL; +} + void View::SetContextMenuController(ContextMenuController* menu_controller) { context_menu_controller_ = menu_controller; } |