| Index: ui/aura/mus/window_manager_delegate.cc
|
| diff --git a/ui/aura/mus/window_manager_delegate.cc b/ui/aura/mus/window_manager_delegate.cc
|
| index 2efab15d720b8d606c1513d5566fbcd13a5b1ef0..017d8319a43eb474e6e8f95144d41635a6e24dc4 100644
|
| --- a/ui/aura/mus/window_manager_delegate.cc
|
| +++ b/ui/aura/mus/window_manager_delegate.cc
|
| @@ -8,7 +8,8 @@ namespace aura {
|
|
|
| ui::mojom::EventResult WindowManagerDelegate::OnAccelerator(
|
| uint32_t id,
|
| - const ui::Event& event) {
|
| + const ui::Event& event,
|
| + std::unordered_map<std::string, std::vector<uint8_t>>* properties) {
|
| return ui::mojom::EventResult::UNHANDLED;
|
| }
|
|
|
|
|