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

Unified Diff: ash/display/display_change_observer_chromeos.cc

Issue 618283003: Adds special support to the device manager for keyboards devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 6 years, 2 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 | « ash/display/display_change_observer_chromeos.h ('k') | ash/display/display_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_change_observer_chromeos.cc
diff --git a/ash/display/display_change_observer_chromeos.cc b/ash/display/display_change_observer_chromeos.cc
index 047d903e8b434cf355a7be6f4bde63b8422f7337..752e2b77d88f7184bda076bad6d1e8154335aac7 100644
--- a/ash/display/display_change_observer_chromeos.cc
+++ b/ash/display/display_change_observer_chromeos.cc
@@ -7,6 +7,8 @@
#include <algorithm>
#include <map>
#include <set>
+#include <string>
+#include <utility>
#include <vector>
#include "ash/ash_switches.h"
@@ -287,9 +289,12 @@ float DisplayChangeObserver::FindDeviceScaleFactor(float dpi) {
return 1.0f;
}
-void DisplayChangeObserver::OnInputDeviceConfigurationChanged() {
+void DisplayChangeObserver::OnTouchscreenDeviceConfigurationChanged() {
OnDisplayModeChanged(
Shell::GetInstance()->display_configurator()->cached_displays());
}
+void DisplayChangeObserver::OnKeyboardDeviceConfigurationChanged() {
+}
+
} // namespace ash
« no previous file with comments | « ash/display/display_change_observer_chromeos.h ('k') | ash/display/display_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698