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

Unified Diff: ash/virtual_keyboard_controller.h

Issue 889403003: Make PointerDeviceObserver work under Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: ash/virtual_keyboard_controller.h
diff --git a/ash/virtual_keyboard_controller.h b/ash/virtual_keyboard_controller.h
index 83b9fcebc8300a75d4b288dc33b0ea67ed6060d3..301eb0b24201d25cb4929d20fb7fe3d34cdfb666 100644
--- a/ash/virtual_keyboard_controller.h
+++ b/ash/virtual_keyboard_controller.h
@@ -28,6 +28,8 @@ class ASH_EXPORT VirtualKeyboardController
// ui::InputDeviceObserver:
void OnTouchscreenDeviceConfigurationChanged() override;
void OnKeyboardDeviceConfigurationChanged() override;
+ void OnMouseDeviceConfigurationChanged() override;
+ void OnTouchpadDeviceConfigurationChanged() override;
// Toggles whether the presense of an external keyboard should be ignored
// when determining whether or not to show the on-screen keyboard.

Powered by Google App Engine
This is Rietveld 408576698