| Index: ui/keyboard/keyboard_controller.cc
|
| diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
|
| index f74ff7a612e1b63b927472462f1de31f6665b55f..605cf7250e8cbafce40eb8e0d647cc9106cf3e82 100644
|
| --- a/ui/keyboard/keyboard_controller.cc
|
| +++ b/ui/keyboard/keyboard_controller.cc
|
| @@ -90,6 +90,7 @@ class KeyboardWindowDelegate : public aura::WindowDelegate {
|
| const gfx::Rect& new_bounds) OVERRIDE {
|
| bounds_ = new_bounds;
|
| }
|
| + virtual void OnPropertyChanged(const void* key, intptr_t old) OVERRIDE {}
|
| virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE {
|
| return gfx::kNullCursor;
|
| }
|
|
|