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

Unified Diff: ash/touch/touchscreen_util.h

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 3 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/touch/touchscreen_util.h
diff --git a/ash/touch/touchscreen_util.h b/ash/touch/touchscreen_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..09582a57e0763f4ff9553b4af085497ee79d6599
--- /dev/null
+++ b/ash/touch/touchscreen_util.h
@@ -0,0 +1,21 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ASH_TOUCH_TOUCHSCREEN_UTIL_H_
+#define ASH_TOUCH_TOUCHSCREEN_UTIL_H_
+
+#include <vector>
+
+#include "ash/ash_export.h"
+#include "ash/display/display_info.h"
+
+namespace ash {
+
+// Given a list of displays, it queries for the active touchscreens and
Daniel Erat 2014/09/11 20:34:00 nit: s/it //
dnicoara 2014/09/11 21:08:54 Done.
+// associates them.
+ASH_EXPORT void AssociateTouchscreens(std::vector<DisplayInfo>* displays);
+
+} // namespace ash
+
+#endif // ASH_TOUCH_TOUCHSCREEN_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698