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

Unified Diff: ash/root_window_controller.h

Issue 216743004: Prevent system modal dialog from blocking events to the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move check into loop. Created 6 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 | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index ddf63555eec1d9a0f134320389c39d83acad223e..abb8b1f51b878829bb6d2246c797880f537819bb 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -234,6 +234,9 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Deactivate virtual keyboard on current root window controller.
void DeactivateKeyboard(keyboard::KeyboardController* keyboard_controller);
+ // Tests if a window is associated with the virtual keyboard.
+ bool IsVirtualKeyboardWindow(aura::Window* window);
+
private:
explicit RootWindowController(aura::WindowTreeHost* host);
enum RootWindowType {
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698