Index: ui/aura_shell/drag_drop_controller.cc |
diff --git a/ui/aura_shell/drag_drop_controller.cc b/ui/aura_shell/drag_drop_controller.cc |
index 9af6124cb165d9ff04b07743e48ac0bf0427a6d9..e5a154a3c729d203a23ef06bcec899392728b52e 100644 |
--- a/ui/aura_shell/drag_drop_controller.cc |
+++ b/ui/aura_shell/drag_drop_controller.cc |
@@ -144,6 +144,12 @@ bool DragDropController::PreHandleKeyEvent(aura::Window* target, |
return false; |
} |
+bool DragDropController::PreHandleTranslatedKeyEvent( |
+ aura::Window* target, |
+ aura::TranslatedKeyEvent* event) { |
+ return false; |
+} |
+ |
bool DragDropController::PreHandleMouseEvent(aura::Window* target, |
aura::MouseEvent* event) { |
if (!drag_drop_in_progress_) |