| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index bcf517e015374c00b8417ea63c5ff7eb9077b51b..1c7e3d1368cb61d5a6ddfcbf0e55f08bc583c68f 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -185,7 +185,6 @@ class AURA_EXPORT WindowTreeHost {
|
| void OnHostMoved(const gfx::Point& new_location);
|
| void OnHostResized(const gfx::Size& new_size);
|
| void OnHostCloseRequested();
|
| - void OnKeyboardMappingChanged();
|
|
|
| // Sets the currently displayed cursor.
|
| virtual void SetCursorNative(gfx::NativeCursor cursor) = 0;
|
|
|