Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: ui/aura/root_window_observer.h

Issue 9958036: aura: Add RootWindowObserver::OnKeyboardMappingChanged(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/root_window_host_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_observer.h
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
index 9b22692855db90654a6de5da687db47d31a2e122..366b7520106105b6158d671960c9f6b19eb8f5ca 100644
--- a/ui/aura/root_window_observer.h
+++ b/ui/aura/root_window_observer.h
@@ -25,6 +25,9 @@ class AURA_EXPORT RootWindowObserver {
// Invoked when a window is focused.
virtual void OnWindowFocused(Window* window) {}
+ // Invoked when the keyboard mapping has changed.
+ virtual void OnKeyboardMappingChanged(const RootWindow* root) {}
+
protected:
virtual ~RootWindowObserver() {}
};
« no previous file with comments | « ui/aura/root_window_host_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698